summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/83_getprevioussibling.md
blob: 4b4173442a22721c436d1a1e21bda8b33e3eddc7 (plain)
1
2
3
4
5
6
7
8
9
10
---
title: getPreviousSibling
name: node-functions-getprevioussibling
---

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

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