Skip to content

Instantly share code, notes, and snippets.

@codingjester
Created August 21, 2013 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codingjester/6300575 to your computer and use it in GitHub Desktop.
Save codingjester/6300575 to your computer and use it in GitHub Desktop.
jsonp
jQuery.getJSON(
'http://api.tumblr.com/v2/blog/codingjester.tumblr.com/posts?api_key=<api_key>&jsonp=?',
function(d) {
console.log(d);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment