summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/76_node-functions.md
blob: e4ebf7c9cb908e9c4d3550670ff3df09a4a17cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
title: Node functions
name: node-functions
section: true
---

You can access a node using for example [getNodeById](#functions-getnodebyid) function:

{% highlight js %}
var node = $('#tree1').tree('getNodeById', 123);
{% endhighlight %}

The Node object has the following properties and functions: