Skip to content

Instantly share code, notes, and snippets.

@bran921007
Forked from pumpkincouture/Post_105.2.txt
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save bran921007/a987d9fa188594353c9b to your computer and use it in GitHub Desktop.

Select an option

Save bran921007/a987d9fa188594353c9b 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