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
– James Padolsey
in short, YQL allows us to make cross-domain GET requests!Use jQuery - Blog - The jQuery Cross-Domain Ajax Guide
normallyCross-domain Ajax with Cross-Origin Resource Sharing | NCZOnline
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