Sha256: 0927ade798891b0d2d4a02b4372c5374c6af31d4d137ce5a4904f4179daf88a3
Contents?: true
Size: 379 Bytes
Versions: 7
Compression:
Stored size: 379 Bytes
Contents
--- title: dataUrl name: options-data-url --- Load the node data from this url. {% highlight js %} $('#tree1').tree({ dataUrl: '/example_data.json' }); {% endhighlight %} You can also set the **data-url** attribute on the dom element: {% highlight html %} <div id="tree1" data-url="/example_data.json"></div> <script> $('#tree1').tree(); </script> {% endhighlight %}
Version data entries
7 entries across 7 versions & 1 rubygems