Skip to content

Instantly share code, notes, and snippets.

@pumpkincouture
Created August 15, 2015 23:32
Show Gist options
  • Save pumpkincouture/ea4776cb22c1d6ec8077 to your computer and use it in GitHub Desktop.
Save pumpkincouture/ea4776cb22c1d6ec8077 to your computer and use it in GitHub Desktop.
$.ajax(
type:'GET',
url:"http://example.com/users/feeds/",
data:"format=json&id=123",
success:function(feed) {
document.write(feed);
},
dataType:'jsonp'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment