I know I can pass 'checkAll' and 'uncheckAll' to my multiselect instance, but how do I deselect a group of options?
var deselectOptions = [1, 2, 3];
$('#my_select').multiselect('checkAll'); //except deselect options
I know I can pass 'checkAll' and 'uncheckAll' to my multiselect instance, but how do I deselect a group of options?
var deselectOptions = [1, 2, 3];
$('#my_select').multiselect('checkAll'); //except deselect options
Try this for checking all except:
or the opposite: