Skip to content

Instantly share code, notes, and snippets.

@dfernandez79
Created December 10, 2012 19:00
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