jListbox: jquery plugin for formatted select box
Giovanni
jListbox is a jquery plugin to obtain a formatted select box.
This is the screenshot:

Tested on:
- internet explorer 7
- internet explorer 6
- firefox > 3
- google chrome
In Jquery |
8 Comments »
25 agosto 2009 alle 06:30
New release compatible with internet explorer 6!
24 febbraio 2010 alle 14:21
Very useful script! Thank you very much!
But I want to open links in select box in a new window, how I can do that?
Like in http://www.javascriptkit.com/jsref/select.shtml
27 febbraio 2010 alle 08:30
I have developed a new version, now you can use che onChange event on the select, see the demo page!
28 febbraio 2010 alle 13:41
Sorry, but there is nothing about new window…
Please help, very important!
28 febbraio 2010 alle 13:56
You can add in the select the onchange event with new location:
21 maggio 2010 alle 16:32
i’m trying to make jListbox work with jquery 1.3.2
it is not working.
i get an error on line 19 of jquery-1.3.2.min.js as
‘this[...].style’ is null or not an object.how to make this work?
thanks
24 maggio 2010 alle 18:08
got the plugin work with 1.3.2 after removing bgi-frame.js
Thanks for the plugin!
25 maggio 2010 alle 06:34
@Saanvi: thanks for the information