nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 81_getnextsibling.md
1 ---
2 title: getNextSibling
3 name: node-functions-getnextsibling
4 ---
5
6 Get the next sibling of this node. Returns a node or null.
7
8 {% highlight js %}
9 var node = node.getNextSibling();
10 {% endhighlight %}