AJAX Cross Origin

Rate / votes
More than 1000 users worldwide
Current version: 2.3
Price: FREE
Download application
Like this application ? Like/Share it!
A jQuery plugin to allow Cross Origin AJAX requests.A jQuery plugin to allow Cross Origin AJAX requests with no need to write a local proxy.
Just add the <script src="..."> tag to your page header and you are ready to use jQuery.ajax() with cross domain calls support.

To use it just add the option 'crossOrigin: true' to your jQuery.ajax() request.

$.ajax({
crossOrigin: true,
url: url,
success: function(data) {
console.log(data);
}
});

You can try the Demo Page:
http://www.ajax-cross-origin.com/examples/cross-origin.htm

Reviews of AJAX Cross Origin application

Similar application