Commit 4361203
committed
Update src/jquery.multiselect.filter.js
Fixed error menu is undefined error on line 32. Changed .data('multiselect'); to .data('echMultiselect');
Added var _self = this; on line 62 of the toggleChecked override function so that the options in the original select get modified when checks get toggled.1 parent f7819a7 commit 4361203
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments