[jQuery] Styling a selectbox partially works?

[jQuery] Styling a selectbox partially works?

Hi all,

Using https://github.com/claviska/jquery-selectBox to style some selecboxes on a website, I'm running into a little problem. The tabindex of the newly created <a>element returns 'NaN'. Looking at the demo, this should be '0' (zero).

Implementing the script and calling it by using
  1. $('select').selectBox();
should do the trick, right? The default <select>tag is set to display none, so I'm thinking the script partially works. Only the options of the selectbox itself are nowhere to be found.

Did anyone encountered this also and perhaps solved it?