-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Hi and thanks for this nice plugin.
I would like to unselect all options if a specific one is selected.
Is it possible ?
I did that but it's not working (just tried to deselect an option for test)
onChange:function (option, checked) {
if(option.val() == 'memo' && checked == true){
console.log(option.val() + " " +checked);
$('#select-dests').multiselect('deselect', 'client');
}
},
Could you help me ?
Best regards.
Renaud.
Metadata
Metadata
Assignees
Labels
No labels