nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 46_gettree.md
1 ---
2 title: getTree
3 name: functions-gettree
4 ---
5
6 **function getTree();**
7
8 Get the root node of the tree.
9
10 {% highlight js %}
11 var tree_data = $('#tree1').tree('getTree');
12 {% endhighlight %}