erknrio
3/20/2015 - 3:45 PM

With this gist we can select/deselect an option with chosen select plugin: https://github.com/harvesthq/chosen https://github.com/harvesthq/

With this gist we can select/deselect an option with chosen select plugin: https://github.com/harvesthq/chosen https://github.com/harvesthq/chosen/issues/1559

$('option').prop('selected', true); //true to select all, and false to deselect.
$('select').trigger('chosen:updated');