Categories
-
Recent Posts
Archives
Meta
This website uses cookies to personalise content and to analyse our traffic.
Necessary - Necessary cookies needed to make a website usable by enabling basic functions. The website cannot function properly without these cookies. (always active) | |
Marketing - Marketing cookies are used to track visitors across websites. |
JSONP is the answer to two quite popular questions among the web developers: how can I make an asynchronous call to an script that is not on my server? how can I “hide” my ajax calls in the javascript console? What is JSONP? Short version: it’s an alternative to ajax. Long version(with example) below: I …