I need to specify dataType: 'jsonp' when making jsTree ajax call.

Can I do that? I didn't find anything in jsTree site.

link|improve this question

feedback

2 Answers

As far I can see, jsTree manual states that ajax config object is the same as jQuery so dataType property should work just fine.

link|improve this answer
1  
I read that but the question is how... – Radek Aug 29 '11 at 23:06
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.