Skip to content

Instantly share code, notes, and snippets.

@djaoka
Created April 15, 2014 10:28
Show Gist options
  • Save djaoka/10721037 to your computer and use it in GitHub Desktop.
Save djaoka/10721037 to your computer and use it in GitHub Desktop.
Checked all checkboxes into an element (PrototypeJS)
$$('#mytable input[name^="bootyCheck"]').invoke('setValue', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment