Skip to content

Instantly share code, notes, and snippets.

@mokolabs
Created September 22, 2010 20:04
Show Gist options
  • Save mokolabs/592454 to your computer and use it in GitHub Desktop.
Save mokolabs/592454 to your computer and use it in GitHub Desktop.
var architects = []
$.getJSON("/architects.json", function(data) {
$.each(data.items, function(i,item){
architects.push(item.reverse_name);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment