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
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:
<select multiple class="chzn-select">
Javascript code:
$('.chzn-select').chosen();
And it is done.
For others who may be looking for a live demo there is a great fiddle: http://jsfiddle.net/RVH8D/ which shows a simple implementation of chosen and includes images in the results list.
If you want a multiple change
<select...>
to
<select... multiple="true">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With