Reck.Lee

Results 1 comments of Reck.Lee

share my solution. when this plugin is loaded(in document.ready section), ``` setTimeout(function () { ["103","value1","balahbala"].forEach(function (item) { $("#treeview1").find("li > input[type=checkbox][value='" + item + "']").click(); }, this); }, 1000); ```