Skip to content

Instantly share code, notes, and snippets.

@Glavin001
Last active November 8, 2016 03:36
Show Gist options
  • Save Glavin001/6a1255ae1e548f10ad5be61c8ee1bdb8 to your computer and use it in GitHub Desktop.
Save Glavin001/6a1255ae1e548f10ad5be61c8ee1bdb8 to your computer and use it in GitHub Desktop.
var $els = document.querySelectorAll("input[type=\"radio\"]");
for (var i of $els) {
i.checked = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment