Skip to content

Instantly share code, notes, and snippets.

@lexer
Created May 21, 2011 15:17
Show Gist options
  • Save lexer/984597 to your computer and use it in GitHub Desktop.
Save lexer/984597 to your computer and use it in GitHub Desktop.
Jquery YQL plugin example
$(function(){
$.yql('select * from geo.places where text="Orlando"', function(response){
console.log(response);
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment