Skip to content

Instantly share code, notes, and snippets.

@andreasisaak
Created March 30, 2010 13:20
Show Gist options
  • Save andreasisaak/349086 to your computer and use it in GitHub Desktop.
Save andreasisaak/349086 to your computer and use it in GitHub Desktop.
Firebug Dom Elements
The number of DOM elements is easy to test, just type in Firebug's console:
document.getElementsByTagName('*').length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment