Skip to content

Instantly share code, notes, and snippets.

@bherrmann7
Created July 28, 2009 16:35
Show Gist options
  • Save bherrmann7/157507 to your computer and use it in GitHub Desktop.
Save bherrmann7/157507 to your computer and use it in GitHub Desktop.
// Firebug script to set all checkboxs
ee = document.getElementsByTagName("input"); for(i=0;i<ee.length;i++){ ee[i].checked = true };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment