I’m using an jquery plugin called Chosen. I see it has a search option available for single select, does anyone know how I can enable it in a case of using multiple select?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Chosen search works with multiple select. Check examples on their site
http://harvesthq.github.com/chosen/
If you are asking, how to use it, here is the example:
Html code:
Javascript code:
And it is done.