Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need good jquery multiselect plugin with predictive search feature

Tags:

jquery

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.

like image 674
Sudhir Avatar asked Dec 16 '11 13:12

Sudhir


People also ask

What is Multiselect in jQuery?

jQuery multiselect is an easier and highly customizable substitute for the standard <select> with the multiple boxes. This is basically a plugin that is more user-friendly and easy to implement when it comes to multiple selections of the checkboxes.

What is bootstrap multiselect?

Bootstrap Multiselect is a jQuery based plugin that allows users to tick multiple options from a standard Bootstrap select. Its implementation is quite simple, and in exchange brings a lot of UX value. Examples of Bootstrap Multiselect use: Ingredient choice within a pizza delivery system.

How show multiple selected values in Dropdownlist jQuery?

With jQuery, you can use the . val() method to get an array of the selected values on a multi-select dropdown list.


1 Answers

Take a look at the Chosen controls toolkit.

like image 97
Samich Avatar answered Nov 03 '22 01:11

Samich