Thursday, April 3, 2014

Cross-domain requests with jQuery


Loading external content using YQL and JQuery and How to Send Post Data
select * from html where url="http://cnn.com" and xpath="//a" select content from html where url="http://cnn.com" and xpath="//a" *Post Data* select * from htmlpost where url='http://isithackday.com/hacks/htmlpost/index.php' and postdata="foo=foo&bar=bar" and xpath="//p" http://icant.co.uk/articles/crossdomain-ajax-with-jquery/using-yql.html http://christianheilmann.com/2010/01/10/loading-external-content-with-ajax-using-jquery-and-yql/ https://developer.yahoo.com/blogs/ydntwoblog/scraping-html-documents-require-post-data-yql-7775.html

No comments:

Post a Comment