Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery select box replacement

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!

like image 542
cadaa Avatar asked Oct 26 '10 08:10

cadaa


People also ask

How to replace select option in jQuery?

Change options of select using jQuery. JavaScript Code: var option = $('<select></select>'). attr("red", "orange").

What does Select2() do?

Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options.

What is dropdownParent?

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.


2 Answers

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

like image 163
Greg Franko Avatar answered Oct 21 '22 04:10

Greg Franko


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

like image 35
Keith K Avatar answered Oct 21 '22 03:10

Keith K