Skip to content

Instantly share code, notes, and snippets.

@zzarcon
Created March 20, 2016 20:16
Show Gist options
  • Select an option

  • Save zzarcon/15f471c09654b71a6cf9 to your computer and use it in GitHub Desktop.

Select an option

Save zzarcon/15f471c09654b71a6cf9 to your computer and use it in GitHub Desktop.
jquery ajax
$.get('https://api.github.com/users/zzarcon', callback);
function callback(user) {
console.log(user.name)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment