Description from extension meta
A jQuery plugin to allow Cross Origin AJAX requests.
Image from store
Description from store
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
Latest reviews
- (2016-06-16) Huyen Huyen: not work
- (2015-05-18) Kennedy Cotton: nope not good at all.