nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 80_getnextnode.md
1 ---
2 title: getNextNode
3 name: node-functions-getnextnode
4 ---
5
6 Get the next node in the tree. Does the same as using the *down* key.
7
8 Returns a node or null.
9
10 {% highlight js %}
11 var node = node.getNextNode();
12 {% endhighlight %}