Pages tagged jsonp:

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 communications with JSONP, Part 1: Combine JSONP and jQuery to quickly build powerful mashups
http://www.ibm.com/developerworks/library/wa-aj-jsonp1/?ca=dgr-jw22JSONP-jQuery&S_TACT=105AGX59&S_CMP=grsitejw22
&callback=?
How to build a web widget (using jQuery) - Alex Marandon
http://alexmarandon.com/articles/web_widget_jquery/
Muy interesante