Created
July 12, 2021 14:10
-
-
Save skeltonmod/50206b1f27a53017270c02cf188220df to your computer and use it in GitHub Desktop.
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
$('[type=radio]').each(function(i){ | |
if(this.value == 0){ | |
this.checked = true | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment