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!
Change options of select using jQuery. JavaScript Code: var option = $('<select></select>'). attr("red", "orange").
Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options.
The dropdownParent option allows you to pick an alternative element for the dropdown to be appended to: $('#mySelect2').select2({ dropdownParent: $('#myModal') }); This is useful when attempting to render Select2 correctly inside of modals and other small containers.
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
Since jQuery UI 1.8 there has been an autocomplete control that has a combobox functionality which replaces a select control.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With