summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/44_getselectednode.md
blob: d63bd9d4b7c5788f1bc305e0cf521349c3162355 (plain)
1
2
3
4
5
6
7
8
9
10
---
title: getSelectedNode
name: functions-getselectednode
---

Get the selected node. Returns the row data or false.

{% highlight js %}
var node = $tree.tree('getSelectedNode');
{% endhighlight %}