erknrio of Programming Guanches
3/20/2015 - 3:46 PM

Con este gist podemos selecccionar/deseleccionar una opción del plugin chosen select: https://github.com/harvesthq/chosen https://github.com

Con este gist podemos selecccionar/deseleccionar una opción del plugin chosen select: 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');