Created
June 16, 2016 22:20
-
-
Save nickmealey/3fd5bee7a5028bc959a3d2dcf65e5952 to your computer and use it in GitHub Desktop.
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
$.getJSON('/search?q=shirt&view=json', function(response) { | |
console.log(response) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment