tree
addobject.com
Hide Root Node
NlsTree Professional - Advanced Javascript Tree Control
   

 Expand All Collapse All

NlsTree supports hide root option to allows you to creates tree with multiple root effect.

To hide root node:

var tree=new NlsTree("tree");
tree.opt.hideRoot=true;