JSONP Question:

Why we need to use the JSONP?

Tweet Share WhatsApp

Answer:

JSONP is universally supported on just about every browser and a lot of useful APIs have support for it already in place (Yahoo, Twitter, Google, etc.) Aside from the regular XMLHttpRequest and DOM differences, nothing really special needs to be done to make it work across different browsers. Finally, since it has been around for a bit, there are pretty mature JSONP plugins for just about every major library and framework around (JQuery, YUI, Prototype, etc.)

Download JSONP PDF Read All 4 JSONP Questions
Previous QuestionNext Question
What is JSONP?Suppose some one says that we do not need to use JSONP then?