summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/72_add-to-selection.md
blob: 646fba1a29d37f50baa65eacf920e744fc4fc421 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
title: addToSelection
name: multiple-selection-add-to-selection
---

Add this node to the selection

{% highlight js %}
var node = $('#tree1').tree('getNodeById', 123);
$('#tree1').tree('addToSelection', node);
{% endhighlight %}