I'm trying to call the uncheck all programatically:
$("#myDropdown").multiselect("uncheckall");
and it's not working.
How can I do the uncheckAll?
I'm trying to call the uncheck all programatically:
$("#myDropdown").multiselect("uncheckall");
and it's not working.
How can I do the uncheckAll?
该文档不适用于此插件:
我发现了一个以前的问题:https ://github.com/ehynds/jquery-ui-multiselect-widget/issues/556
您只需要使用“uncheckAll”而不是“uncheckall”
$("#myDropdown").multiselect("uncheckAll");