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.
2 parents 85f30f6 + 76aa74f commit 9bf9127Copy full SHA for 9bf9127
src/jquery.multiselect.filter.js
@@ -30,7 +30,7 @@
30
var elem = $(this.element);
31
32
// get the multiselect instance
33
- var instance = (this.instance = (elem.data('echMultiselect') || elem.data("multiselect")));
+ var instance = (this.instance = (elem.data('echMultiselect') || elem.data("multiselect") || elem.data("ech-multiselect")));
34
35
// store header; add filter class so the close/check all/uncheck all links can be positioned correctly
36
var header = (this.header = instance.menu.find('.ui-multiselect-header').addClass('ui-multiselect-hasfilter'));
0 commit comments