Skip to content

Instantly share code, notes, and snippets.

@yannisxu
Created May 13, 2013 06:45
Show Gist options
  • Save yannisxu/5566549 to your computer and use it in GitHub Desktop.
Save yannisxu/5566549 to your computer and use it in GitHub Desktop.
view all javascript objects
jQuery.each(obj, function(name, value) {
console.log(name + ": " + value);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment