nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 84_parent.md
1 ---
2 title: parent
3 name: node-functions-parent
4 ---
5
6 You can access the parent of a node using the **parent** property.
7
8 {% highlight js %}
9 var parent_node = node.parent;
10 {% endhighlight %}