1
Galley,
good afternoon,
a doubt,
I’m using the Jstree and I need some help.
When I select the child nodes :
I can get them through the script :
$('#arvore').jstree(true).get_selected().
But I can’t get the "Parents" nodes (the ones with Squared).
There is a way to return all selected, children and parents?
Thank you