summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/75_remove-from-selection.md
blob: 8b311074d8f96f10947a96c26d608bbbcb2c77fa (plain)
1
2
3
4
5
6
7
8
9
10
11
---
title: removeFromSelection
name: multiple-selection-remove-from-selection
---

Remove this node from the selection.

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