Community

JSONP a way to AJAX request across domains

(Alexander Parra Lorenzo) If you try to request to other domain different from that comes the request, exist a Policy for browsers that not allow you to do this. There are two main techniques to do this: JSONP or CORS. This example that I want to share is about how to use JSONP AJAX request.

Read More - Register for Free Membership