jQuery select box replacement

2019-02-13 14:13发布

问题:

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-replacement/ ).

However, from using it and a little research into it, it is pretty bug ridden and would not recommended using it myself.

Any advice appreciated!

回答1:

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



回答2:

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



回答3:

Since jQuery UI 1.8 there has been an autocomplete control that has a combobox functionality which replaces a select control.



回答4:

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:

  • optgroup
  • 'disabled' attribute on both 'option' and 'optgroup'
  • custom speed

It's hosted on Google Code.



回答5:

Select2 Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.