summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/46_gettree.md
blob: db898b0ee7517f6e1e089420a3913708308113d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: getTree
name: functions-gettree
---

**function getTree();**

Get the root node of the tree.

{% highlight js %}
var tree_data = $('#tree1').tree('getTree');
{% endhighlight %}