Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 40_destroy.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/40_destroy.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/40_destroy.md
new file mode 100644 (file)
index 0000000..54c12d2
--- /dev/null
@@ -0,0 +1,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 %}