Can anyone explain what JSONP is, in layman terms?

Viewed 145882

I know JSONP is JSON with padding.

I understand what JSON is, and how to use it with jQuery.getJSON(). However, I do not understand the concept of the callback when introducing JSONP.

Can anyone explain to me how this works?

4 Answers
Related