Skip to content

Instantly share code, notes, and snippets.

@berak
Created December 17, 2016 08:55
Show Gist options
  • Select an option

  • Save berak/82bf68521e343616dce9197ca5b639e2 to your computer and use it in GitHub Desktop.

Select an option

Save berak/82bf68521e343616dce9197ca5b639e2 to your computer and use it in GitHub Desktop.
// http://answers.opencv.org/moderation-queue/
var inp = document.getElementsByTagName("input")
for (i=0; i<inp.length; i++) {
if (inp[i].type == "checkbox") {
inp[i].checked = true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment