1. jQuery Combobox
query.combobox is an unobtrusive way of creating a HTML type combobox from a existing HTML Select element(s).
A combobox is technically a ‘Select’ HTML element. A combobox is also be known as a drop down list.
This control was written due to the fact that the standard Select element cannot be styled, or is limited in what can be styled.
For instance, in Internet Explorer 6, the individual items in the list (HTML Options) are very restricted in styling, allowing only the background-color and color and a few other CSS properties. Read article >>
Popularity: 13%
