--- title: Right-to-left support layout: page js: examples/right-to-left.js css: example.css ---

Example 11 - right-to-left support

You can display the tree from right to left with the rtl option.

javascript

{% highlight js %} $('#tree1').tree({ rtl: true }); {% endhighlight %}