jQuery Searchable DropDown Plugin
Description
A jQuery plugin which extends normal dropdown (select) elements to be searchable.
Categories
License
Update Notifications
User Ratings
User Reviews
-
the last version has bug in internet explorer (..,7, 8, 9, ..) when scroll down, mouse pointer is not on focused item fix for it??
-
Is there anyway to disable z-index generation? It is giving issues with IE8 when you have a menu which falls on top of it.
-
Works really well - can be a quite sluggish with older versions of ie. If you have a parent element with the css overflow property set to scroll - be sure to set the position attribute to relative - else you'll get idiotic clients who use ie7 complaining about floating divs (seriously those guys piss me off - upgrade!!!!!)
-
Reliable and runs smoothly
-
Simple. Useful. Light.
-
I have 2 dropdowns on my page. When placed on top of another, the topmost dropdown's seach results is layed behind the other dropdown list. Im using IE8 and tried to set zIndex to 10000 on the topmost dropdown without any effect. Any fix for that?