nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 56_scrolltonode.md
1 ---
2 title: scrollToNode
3 name: functions-scrolltonode
4 ---
5
6 **function scrollToNode(node);**
7
8 Scroll to this node. This is useful if the tree is in a container div and is scrollable.
9
10 {% highlight js %}
11 var node = $tree.tree('getNodeById', 1);
12 $tree.tree('scrollToNode', node);
13 {% endhighlight %}