summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/81_getnextsibling.md
blob: 03ff2e260c057558a834699a564b19998671747e (plain)
1
2
3
4
5
6
7
8
9
10
---
title: getNextSibling
name: node-functions-getnextsibling
---

Get the next sibling of this node. Returns a node or null.

{% highlight js %}
var node = node.getNextSibling();
{% endhighlight %}