summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/73_get-selected-nodes.md
blob: 563d068350c1db446820d68fc18e8e1f337f2619 (plain)
1
2
3
4
5
6
7
8
9
10
---
title: getSelectedNodes
name: multiple-selection-get-selected-nodes
---

Return a list of selected nodes.

{% highlight js %}
var nodes = $('#tree1').tree('getSelectedNodes');
{% endhighlight %}