Skip to content

Instantly share code, notes, and snippets.

@skeltonmod
Created July 12, 2021 14:10
Show Gist options
  • Save skeltonmod/50206b1f27a53017270c02cf188220df to your computer and use it in GitHub Desktop.
Save skeltonmod/50206b1f27a53017270c02cf188220df to your computer and use it in GitHub Desktop.
$('[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