nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 40_destroy.md
1 ---
2 title: destroy
3 name: functions-destroy
4 ---
5
6 **function destroy();**
7
8 Destroy the tree. This removes the dom elements and event bindings.
9
10 {% highlight js %}
11 $('#tree1').tree('destroy');
12 {% endhighlight %}