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