nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 26_onloadfailed.md
1 ---
2 title: onLoadFailed
3 name: options-onloadfailed
4 ---
5
6 When loading the data by ajax fails, then the option **onLoadFailed** is called.
7
8 {% highlight js %}
9 $('#tree1').tree({
10     dataUrl: '/my/data/',
11     onLoadFailed: function(response) {
12         //
13     }
14 });
15 {% endhighlight %}