I need to specify dataType: 'jsonp' when making jsTree ajax call.
Can I do that? I didn't find anything in jsTree site.
|
I need to specify Can I do that? I didn't find anything in jsTree site.
| |||
|
feedback
|
|
As far I can see, jsTree manual states that ajax config object is the same as jQuery so dataType property should work just fine. | |||||
feedback
|
|
Yes you can. How, its just plain dataType: "jsonp". You can specify a callback as specified in this example. This will help you understand how jquery handles jsonp. | ||||
|
feedback
|