Created
December 7, 2018 12:08
-
-
Save bekicot/c29e500b9670b53fbf3baa70debd1194 to your computer and use it in GitHub Desktop.
Javascript Auto Sangat Puas untuk survey ga jelas Igracias.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ | |
for(let radio of document.querySelectorAll("[id='radioX']")) { | |
radio.querySelectorAll('[type="radio"]')[0].checked = true | |
} | |
})(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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