summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/57_setoption.md
blob: f49608c01c79b8781f25b0d69a05cdfe92b8b1b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: setOption
name: functions-setoption
---

**function setOption(option, value);**

Set a tree option. These are the same options that you can set when creating the tree.

{% highlight js %}
$('#tree1').tree('setOption', 'keyboardSupport', false);
{% endhighlight %}