I\'m stuck with jsTree here. So far it works and i can browse and expand nodes with the [+] icon and open pages when clicking a node, BUT i still want it to expand all the immed
With a newer version of jsTree (3.0.0 according to jsTree.js), i had to change the code provided by @justind a bit to work:
$("#jstree").bind("select_node.jstree", function (e, data) { return data.instance.toggle_node(data.node); });