I need a recommendation to replace jQuery select block. I previously used this method in BrainFault ( http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/ ).
However, using it and studying it a little, it is rather distorted and it is not recommended to use it yourself.
Any advice appreciated!
try the following: 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/ seems like this is the best option
SelectBoxIt is the jQuery plugin I just released that acts as a replacement for the HTML select block. It is thematic using Twitter Bootstrap or jQueryUI and has a jam filled with features.
http://www.selectboxit.com
Since jQuery UI 1.8 has been autocomplete, which has a combobox function that replaces the select control.
jQuery Selectbox plugin is a custom block replacement created using the jQuery UI source. You will need jQuery 1.4.x or higher.
Version (0.1.3) added support:
It is hosted on Google Code .
Select2 Select2 is a jQuery-based replacement for individual fields. It supports search, remote datasets, and endless scrolling of results.