jQuery 和 jsTree - 按类选择子节点
很难检查(复选框)特定类的所有节点
到目前为止,我
$('.MyTree').jstree('check_node', 'li.checkMe');
,我正在尝试检查具有 checkMe 类的所有节点,不幸的是它不起作用:)
我似乎只能检查或取消选中所有通过做节点
$('.MyTree').jstree('check_all'); //or uncheck_all
有什么想法吗?
提前致谢
Having difficulty checking (checkbox) all nodes by a specific class
here is what i have so far, i'm trying to check all the nodes that have the class checkMe
$('.MyTree').jstree('check_node', 'li.checkMe');
Unfortunately it doesnt work :)
I can only seem to check or unchecl all the nodes by doing
$('.MyTree').jstree('check_all'); //or uncheck_all
Any ideas?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案
为什么您会在你在之前的搜索几个小时后发布在SO上:)
Solution
Why do you find the solutions after you posted on SO and after hours of previous searching :)