We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d981994 commit b9520d6Copy full SHA for b9520d6
src/jquery.multiselect.js
@@ -414,7 +414,8 @@
414
.html(self.linkInfo.collapse.icon)
415
: null;
416
var $optGroupLabel = $( document.createElement('a') )
417
- .addClass('ui-multiselect-grouplabel')
+ .addClass('ui-multiselect-grouplabel'
418
+ + (self.options.groupsSelectable ? ' ui-multiselect-selectable' : ''))
419
.html( elem.getAttribute('label') );
420
var $optionGroup = $( document.createElement('ul') ).append(options);
421
var $optGroupItem = $( document.createElement('li') )
0 commit comments