Top "Jquery-chosen" questions

Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly.

How can I use jQuery validation with the "chosen" plugin?

I have some <select> inputs using the chosen plugin that I want to validate as "required" on the …

jquery jquery-validate jquery-chosen
allow new values with chosen.js multiple select

I'm using the chosen.js plugin http://harvesthq.github.com/chosen/ with jQuery to allow the user to select multiple …

jquery jquery-chosen multiple-select
How to trigger change event for Chosen (jQuery)

Before I click reset button I choose "Company" in Chosen (dropdown list). The event occurs normally after I click reset. …

javascript jquery jquery-chosen
Get each selected value using chosen jquery plugin

I'm using Chosen Multiple Select What I want to do is that if user selects any option I want that …

javascript jquery jquery-chosen
Chosen plugin change event not triggering

I'm using Chosen jQuery plugin and noticed that the change event is working only when the page loads, NOT every …

jquery jquery-plugins onchange jquery-chosen jquery-events
Binding event to chosen select

I have this code for a select box which is being displayed by the Chosen jQuery plugin. What I am …

jquery onchange jquery-chosen jquery-events
placeholder text for chosen plugin for single select not working

I have the chosen plugin for single select implemented in my code. I am trying to add the Placeholder text …

javascript jquery css jquery-chosen
Chosen plugin doesn't seem to work on mobile browsers

I have set up a Chosen plugin for a select field for the user to be able to type-search from …

javascript android jquery jquery-chosen
JSON format for jquery-select2 multi with ajax

I'm thinking in moving from Chosen to Select2 because Select2 has native methods for ajax. Ajax is critical because usualy …

javascript jquery twitter-bootstrap jquery-select2 jquery-chosen
'select all' and 'remove all' with chosen.js

For the select menu plugin chosen.js, is there an established way to add 'select all items in list' or …

jquery jquery-chosen