如何获得所有选中的节点jstree
展开全部
get_all_checked: function(obj)
{
obj = !obj || obj === -1 ? this.get_container() : this._get_node(obj);
return obj.find(".jstree-checked, .jstree-undetermined");
};
使用方法:var checkedNodes = $(this).jstree("get_all_checked");
{
obj = !obj || obj === -1 ? this.get_container() : this._get_node(obj);
return obj.find(".jstree-checked, .jstree-undetermined");
};
使用方法:var checkedNodes = $(this).jstree("get_all_checked");
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询