Skip to content

Commit 76aa74f

Browse files
author
Andrey
committed
Update jquery.multiselect.filter.js
Set filter plugin compatabile fo Jquery 2.0 Issue #434
1 parent 85f30f6 commit 76aa74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.multiselect.filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
var elem = $(this.element);
3131

3232
// get the multiselect instance
33-
var instance = (this.instance = (elem.data('echMultiselect') || elem.data("multiselect")));
33+
var instance = (this.instance = (elem.data('echMultiselect') || elem.data("multiselect") || elem.data("ech-multiselect")));
3434

3535
// store header; add filter class so the close/check all/uncheck all links can be positioned correctly
3636
var header = (this.header = instance.menu.find('.ui-multiselect-header').addClass('ui-multiselect-hasfilter'));

0 commit comments

Comments
 (0)