jQuery YQL plugin
- By Ionut
jQuery plugin: YQL
Current version: 0.1
License: MIT
Description: Easy to use YQL query execute.
Usage: $.YQL(query,callback)
Example (return weather for New York) :
-
$.YQL("select * from weather.forecast where location='USNY0996'",function(content){
-
$('results').append(content.query.results.channel.item.description);
-
});
Result:
Where is the download ???. Not on Jquery website.
http://www.using-jquery.com/wp-content/js/jquery.yql.js
Thanks for some other magnificent post. The place else could anybody get that type of info in such an ideal approach of writing? I’ve a presentation subsequent week, and I’m on the search for such info.