Need a good jquery multiselect plugin with smart search function

You can recommend the best jQuery multiselect plugin. I need an intelligent search function, as well as multi-selection. A predictive search function would be convenient because the drop-down list contains a long list of values.

+6
source share
5 answers

Look at the Chosen toolkit.

+12
source

You should try JQuery UI Multiselect http://quasipartikel.at/multiselect/ (It is not supported by the JQuery UI team)

+1
source

jQuery UI MultiSelect Widget

Edit: second link removed due to 404 found.

+1
source

Currently, if you are using bootstrap, you can use this jquery plugin:

https://github.com/davidstutz/bootstrap-multiselect

+1
source

I use this one and I am very happy with this (jquery + bootstrap) bootstrap-select

0
source

Source: https://habr.com/ru/post/903909/


All Articles