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);
ドキュメントも参照