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.
我希望能够选择所有子节点 3 的节点(它们的 id 均为 cn3) 目前当我执行以下操作时
$("#ks_sectors").jstree("check_node", $("#cn3"));
它只选择第一个子节点 3,如上所示。如何全选?