Skip to content

Instantly share code, notes, and snippets.

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