Skip to content

Instantly share code, notes, and snippets.

@codingjester
Created October 6, 2011 18:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codingjester/1268165 to your computer and use it in GitHub Desktop.
Save codingjester/1268165 to your computer and use it in GitHub Desktop.
function log_me(data){
console.log(data);
}
jQuery.ajax({url: "http://api.tumblr.com/v2/blog/scipsy.tumblr.com/info?api_key={YOUR-KEY}&jsonp=log_me", dataType: "jsonp"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment