AJAX Cross Origin icon

AJAX Cross Origin

v2.3 Updated Aug 5, 2014 12.26KiB
CWS
771
Users
★ 3.00
14 reviews
#5044
of 43K
developer
#383 of 3.1K
⚠️Not updated in over 2 years

Description

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
AJAX Cross Origin screenshot 1

Reviews

Loading reviews...

Details

Version 2.3
Updated Aug 5, 2014
Size 12.26KiB
First Seen Mar 21, 2026