summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/67_tree-init.md
blob: ca1acc53f8bf61b3fa31fc7a6c4704eae2de318a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: tree.init
name: event-tree-init
---

Called when the tree is initialized. This is particularly useful when the data is loaded from the server.

{% highlight js %}
$('#tree1').bind(
    'tree.init',
    function() {
        // initializing code
    }
);
{% endhighlight %}