Skip to content

Instantly share code, notes, and snippets.

@superbrothers
Created June 15, 2011 14:27
Show Gist options
  • Save superbrothers/1027223 to your computer and use it in GitHub Desktop.
Save superbrothers/1027223 to your computer and use it in GitHub Desktop.
var elems = document.getElementsByTagName('*');
Array.prototype.forEach.call(elems, function (node, index, nodeList) {
console.log(node, index);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment