nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 64_tree-close.md
1 ---
2 title: tree.close
3 name: event-tree-close
4 ---
5
6 Called when a node is closed.
7
8 {% highlight js %}
9 $('#tree1').bind(
10     'tree.close',
11     function(e) {
12         console.log(e.node);
13     }
14 );
15 {% endhighlight %}