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.