0

I'm trying to call the uncheck all programatically:

$("#myDropdown").multiselect("uncheckall");

and it's not working.

How can I do the uncheckAll?

4

1 回答 1

0

该文档不适用于此插件:

我发现了一个以前的问题:https ://github.com/ehynds/jquery-ui-multiselect-widget/issues/556

您只需要使用“uncheckAll”而不是“uncheckall”

$("#myDropdown").multiselect("uncheckAll");
于 2014-09-05T21:53:22.700 回答