Pages tagged cross_domain:

What in the heck is JSONP and why would you use it? | InsideRIA
http://www.insideria.com/2009/03/what-in-the-heck-is-jsonp-and.html

<html> <head> <script src="/jquery/jquery.js"></script> <script> $(function() { var req = 'http://search.yahooapis.com/WebSearchService/V1/webSearch?appid=YahooDemo&query=finances&format=pdf&output=json' $.getJSON(req,{}, function(data) { console.dir(data) }); }); </script> </head> <body> </body> </html>
Cross-domain requests with jQuery – James Padolsey
http://james.padolsey.com/javascript/cross-domain-requests-with-jquery/
– James Padolsey
in short, YQL allows us to make cross-domain GET requests!
Use jQuery - Blog - The jQuery Cross-Domain Ajax Guide
http://usejquery.com/posts/9/the-jquery-cross-domain-ajax-guide
normally
Cross-domain Ajax with Cross-Origin Resource Sharing | NCZOnline
http://www.nczonline.net/blog/2010/05/25/cross-domain-ajax-with-cross-origin-resource-sharing/
Avoiding proxy use for cross-domain ajax request, easier than you thought.
A couple of years ago, web developers were banging their head against the first wall in Ajax: the same-origin policy. While we marveled at the giant step