--- title: Load json data from the server in javascript tree layout: page js: examples/load_json_data_from_server.js css: example.css ---

Example 2 - load json data from the server

In this example we load the data from the server using the data-url property on the dom element.

html

{% highlight html %}
{% endhighlight %}

javascript

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