I'm useing the javascript tree menu from destroydrop
(I'm not allowed to post the url of this great open source project, why I do not know.)
I used it in my project. There is a nice function to open the tree at a specific node and select it. This does not seem to work for the root.
the page with api's does not clarify why.
this should open the node, which works on every node but the root:
d.openTo(0, true);
anyone?