Created
March 20, 2016 20:16
-
-
Save zzarcon/15f471c09654b71a6cf9 to your computer and use it in GitHub Desktop.
jquery ajax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $.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