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.
如何获取当前选定节点的父节点的所有子节点?
currentNode._get_parent()._get_children() 之类的东西(不起作用)
你可以试试
jQuery.jstree._reference("#treeSelector")._get_children(parentNode);
另见文档