How to get all children of parent of currently selected node?
Something like currentNode._get_parent()._get_children() (which does not work)
You can try
jQuery.jstree._reference("#treeSelector")._get_children(parentNode);
also see documentation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With