New version of jQuery SelectBox replacement
I’ve just released a new version of the jQuery Select replacement plugin. This release fix several bugs, most bug fixes are solution suggested by users. The most notable change is the addition of an onChange callback.
You can download the new version @ the plugin page



U test it(v1.0) on ie?
I found that :( it doesn’t work well on ie~~~~
Not working with IE6
i found out that 1.0 doesn’t work properly with absolutely positioned containers in all IEs. actually, they don’t show up at all. so i had to remove ‘Workaround for ie scroll’ at line 221 to make it work on click. thanks for the great piece of code anyway!
We have fixed some issues in the selectbox drop-down. If you are interested, I can send it to you.
its not working in chrome :(
u cant close open select
Hello there, I am facing the caret problem in IE8 … does your new one solve this problem too ….
hello,
nice work ! It works with all recent browser.
but I’d like to use the option “disabled” for my SelectBox,
in my CSS, I try to do things with :
.selectbox[disabled="disabled"]
.selectbox[disabled="disabled"]:hover
but it doesn’t work, do you think you can work on the disabled option for the next generation of your plug-in?
Thanks