Skip to content

Instantly share code, notes, and snippets.

@TzuYangLin
Last active August 29, 2015 14:07
Show Gist options
  • Save TzuYangLin/5ee3a82a1004670c8255 to your computer and use it in GitHub Desktop.
Save TzuYangLin/5ee3a82a1004670c8255 to your computer and use it in GitHub Desktop.
Javascript: Set the radio's init value
var multi_lang = document.form_lang.lang;
for (i=0; i<multi_lang.length; i++)
{
if (multi_lang[i].value == lang)
multi_lang[i].checked=true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment