diff --git a/index.html b/index.html index c0995bf0..a624008c 100644 --- a/index.html +++ b/index.html @@ -246,6 +246,10 @@

Examples

$('#example53-deselect').on('click', function() { $('#example53').multiselect('deselect', 'cheese'); }); + + $('#example54').multiselect({ + enableClickableOptGroups: true + }); }); @@ -524,6 +528,28 @@

Examples

Option groups and options without any group are supported simultaneously. + + + + + + Use enableClickableOptGroups to make optgroup headers clickable to select / deselect all options inside an optgroup. + +