nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 76_node-functions.md
1 ---
2 title: Node functions
3 name: node-functions
4 section: true
5 ---
6
7 You can access a node using for example [getNodeById](#functions-getnodebyid) function:
8
9 {% highlight js %}
10 var node = $('#tree1').tree('getNodeById', 123);
11 {% endhighlight %}
12
13 The Node object has the following properties and functions: