Skip to content

Instantly share code, notes, and snippets.

@bekicot
Created December 7, 2018 12:08
Show Gist options
  • Save bekicot/c29e500b9670b53fbf3baa70debd1194 to your computer and use it in GitHub Desktop.
Save bekicot/c29e500b9670b53fbf3baa70debd1194 to your computer and use it in GitHub Desktop.
Javascript Auto Sangat Puas untuk survey ga jelas Igracias.
javascript:(function(){
for(let radio of document.querySelectorAll("[id='radioX']")) {
radio.querySelectorAll('[type="radio"]')[0].checked = true
}
})();
javascript:(function(){for(let a of document.querySelectorAll("[id='radioX']"))a.querySelectorAll("[type=\"radio\"]")[0].checked=!0})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment