Im looking for a recommendation for jQuery select box replacement. Ive previously used the one over at BrainFault ( http://www.brainfault.com/jquery-plugins/jquery-selectbox
SelectBoxIt is a jQuery plugin that I just released that acts as an HTML select box replacment. It is themeable with either Twitter Bootstrap or jQueryUI and is jam packed with features.
http://www.selectboxit.com
jQuery Selectbox plugin is a custom select box replacement inspired by jQuery UI source. You'll need jQuery 1.4.x or higher.
Version (0.1.3) added support for:
It's hosted on Google Code.
try this : http://theuiguy.blogspot.com/2008/09/select-box-factory-20-for-jquery.html
edit the demo page : http://www.headcircus.com/uiguy/selectboxfactory/selectboxfactory.html (let it load)
Update: http://gregfranko.com/jquery.selectBoxIt.js/ this seems to be a better option
Select2 Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
Since jQuery UI 1.8 there has been an autocomplete control that has a combobox functionality which replaces a select control.