Created
July 1, 2011 17:34
-
-
Save erithmetic/1059029 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
info: here is my response | |
info: {"timeframe":"2011-01-01/2012-01-01","emission":867.7579402033563, ... } | |
info: undefined |
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
$.ajax('http://carbon.brighterplanet.com/flights.json', { | |
success: function(response) { | |
console.log('here is my response'); | |
console.log(response); | |
console.log(response.emission); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment