Sha256: 629c342430e11a13c647e2b2a917b43e919911e2c73e3a0463fdf4c781547b21
Contents?: true
Size: 277 Bytes
Versions: 7
Compression:
Stored size: 277 Bytes
Contents
--- title: onLoadFailed name: options-onloadfailed --- When loading the data by ajax fails, then the option **onLoadFailed** is called. {% highlight js %} $('#tree1').tree({ url: '/my/data/', onLoadFailed: function(response) { // } }); {% endhighlight %}
Version data entries
7 entries across 7 versions & 1 rubygems