Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我Jstree在我的项目中使用 checkox 主题,我想在按钮单击事件上使用节点 ID 取消选中特定节点。
Jstree
我在谷歌上搜索过这个但没有得到任何解决方案。
有谁知道如何做到这一点?
下面的代码uncheck从树中选择树节点Js。请尝试此代码
uncheck
Js
$("#tree").jstree("uncheck_node", id of Node to uncheck);
uncheck_node 方法用于取消选中复选框