JQuery extensible user interface

I am looking for a jQuery dropdown that can be thematic using jQuery UI. There are some examples in http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/index.html , but now they are not supported in jQuery UI 1.8

Is there anything else that I can easily use or do I need to create my own?

+4
source share
3 answers

The autocomplete widget has an example that uses what they call a dropdown, which is essentially a thematic dropdown.

http://jqueryui.com/demos/autocomplete/#combobox

You should be able to use the source and change it to work with the usual <select> .

+5
source

Chosen and Select2 come to mind

+9
source

Selectmenu seems to be supported at least now in 1.11.4

https://jqueryui.com/selectmenu/

0
source

All Articles