Skip to content

Instantly share code, notes, and snippets.

@erithmetic
Created July 1, 2011 17:34
Show Gist options
  • Save erithmetic/1059029 to your computer and use it in GitHub Desktop.
Save erithmetic/1059029 to your computer and use it in GitHub Desktop.
info: here is my response
info: {"timeframe":"2011-01-01/2012-01-01","emission":867.7579402033563, ... }
info: undefined
$.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