summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/40_destroy.md
blob: 54c12d2127fd171fd2e7c18580fc863183c0b1c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: destroy
name: functions-destroy
---

**function destroy();**

Destroy the tree. This removes the dom elements and event bindings.

{% highlight js %}
$('#tree1').tree('destroy');
{% endhighlight %}