Commit e8b91f86 authored by Chris Coker's avatar Chris Coker

added a reference to the constructor so I can override the default options...

added a reference to the constructor so I can override the default options when initializing multiselect with data-role attribute
parent 91dd61fc
...@@ -399,6 +399,8 @@ ...@@ -399,6 +399,8 @@
}); });
}; };
$.fn.multiselect.Constructor = Multiselect;
$(function() { $(function() {
$("select[data-role=multiselect]").multiselect(); $("select[data-role=multiselect]").multiselect();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment