summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/26_onloadfailed.md
blob: 42fe248dce2108aa32c6fc72104e9cc893e8a6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: onLoadFailed
name: options-onloadfailed
---

When loading the data by ajax fails, then the option **onLoadFailed** is called.

{% highlight js %}
$('#tree1').tree({
    dataUrl: '/my/data/',
    onLoadFailed: function(response) {
        //
    }
});
{% endhighlight %}