Skip to content

Instantly share code, notes, and snippets.

@byverdu
Created February 14, 2015 12:32
Show Gist options
  • Select an option

  • Save byverdu/178cc8201daa86184037 to your computer and use it in GitHub Desktop.

Select an option

Save byverdu/178cc8201daa86184037 to your computer and use it in GitHub Desktop.
var forms = document.querySelectorAll('form');
for (i = 0; i < forms.length; i++) {
changeFormUI(forms[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment