Overview
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
3.1 out of 515 ratings
Google doesn't verify reviews. Learn more about results and reviews.
Details
- Version2.3
- UpdatedAugust 5, 2014
- Size12.26KiB
- LanguagesEnglish
- Developer
- Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
The developer has not provided any information about the collection or usage of your data.