Skip to content

Instantly share code, notes, and snippets.

@dfernandez79
Created December 10, 2012 19:00
Show Gist options
  • Save dfernandez79/4252566 to your computer and use it in GitHub Desktop.
Save dfernandez79/4252566 to your computer and use it in GitHub Desktop.
An AJAX request
$.getJSON('http://myapi.com/api/list',
function (data) { console.log(data); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment