Sudhir
Sudhir

Reputation: 1419

Need good jquery multiselect plugin with predictive search feature

Can you recommend best jQuery multiselect plugin. I need predictive search feature as well with the multiselect. Predictive search feature would be handy because dropdown contains long list of values.

Upvotes: 7

Views: 25683

Answers (5)

labilbe
labilbe

Reputation: 3584

I use this one and I'm very happy with it (jquery + bootstrap) bootstrap-select

Upvotes: 0

lucianov88
lucianov88

Reputation: 355

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

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

Upvotes: 1

Sameera Thilakasiri
Sameera Thilakasiri

Reputation: 9508

jQuery UI MultiSelect Widget

Edit: Second link is removed due to 404 found.

Upvotes: 1

Samich
Samich

Reputation: 30165

Take a look at the Chosen controls toolkit.

Upvotes: 13

jorgebg
jorgebg

Reputation: 6600

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

Upvotes: 1

Related Questions