-
-
Save sonadztux/96ec48d85cd5e9ae90aa1f07643658e7 to your computer and use it in GitHub Desktop.
Javascript Auto Sangat Puas untuk survey ga jelas Igracias.
This file contains hidden or 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 hidden or 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