jQuery UI Multiselect widget clear all check boxes
you can use methiods like
MethodsAfter an instance has been initialized, interact with it by calling any of these methods:// example: $("#multiselect").multiselect("method_name");
...which can be found in the widgets documentation under Methods
$("#multiselect").multiselect("uncheckAll");
Comments
Post a Comment