Skip to content

Instantly share code, notes, and snippets.

@joelklabo
Created January 10, 2011 09:39
Show Gist options
  • Save joelklabo/772582 to your computer and use it in GitHub Desktop.
Save joelklabo/772582 to your computer and use it in GitHub Desktop.
Trying to get data out in the wild...
(function($){
$.getJSON('/test/', function(data) {
window.drinks = data;
});
var drinks = window.drinks;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment