How to get all child nodes in jsTree? I need to click on the parent tree and get all its children in the array. It is preferable to iterate and assign a new associative array ... but this is for a later one.
Where data.inst.obj is any parent node with children .. I tried this: children = data.inst.obj.find ("li") .. array of 0
all_children = data.inst._get_children (data.rslt.obj); the length of this array (all_children.length) is 0.
I'm missing something obvious here, I'm sure ...
Kayla source share