Chosen.js and validate jquery
I am using validate.jquery.js : works fine. But when I'm adding chosen.js , validation on the select dropdowns doesn't work anymore. Here is the JS I'm using http://pastebin.com/S9AaxdEN And here is my select form : <select name="category" id="category" placeholder="" class="{validate:{required:true}}"> <option value=""><?php echo lang('category_choice'); ?></option> <option value="vtt">VTT</option> <option value="autre">Autre type de vélo</option> </select> Don't know why chosen.js disable the validation, any idea ? You can fix this by adding the class "chzn-done" that does not take the