Skip to content

Instantly share code, notes, and snippets.

@demsey2
Created February 3, 2016 02:21
Show Gist options
  • Save demsey2/0f80cab40492e80577b3 to your computer and use it in GitHub Desktop.
Save demsey2/0f80cab40492e80577b3 to your computer and use it in GitHub Desktop.
ClickAllRadios
Array.prototype.forEach.call(document.querySelectorAll('input[type=radio]'), function(l){l.click()})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment