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

You can access the parent of a node using the **parent** property.

{% highlight js %}
var parent_node = node.parent;
{% endhighlight %}