nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 72_add-to-selection.md
1 ---
2 title: addToSelection
3 name: multiple-selection-add-to-selection
4 ---
5
6 Add this node to the selection
7
8 {% highlight js %}
9 var node = $('#tree1').tree('getNodeById', 123);
10 $('#tree1').tree('addToSelection', node);
11 {% endhighlight %}