jQuery select box replacement

后端 未结 5 1734
北海茫月
北海茫月 2021-01-05 12:15

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

相关标签:
5条回答
  • 2021-01-05 12:54

    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

    0 讨论(0)
  • 2021-01-05 12:55

    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.

    0 讨论(0)
  • 2021-01-05 12:57

    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

    0 讨论(0)
  • 2021-01-05 12:58

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

    0 讨论(0)
  • 2021-01-05 13:01

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

    0 讨论(0)
提交回复
热议问题