Skip to content

Instantly share code, notes, and snippets.

@IgorGavrilenko
Last active October 21, 2020 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IgorGavrilenko/0f90085acc88001e31aff0ef6a2a8212 to your computer and use it in GitHub Desktop.
Save IgorGavrilenko/0f90085acc88001e31aff0ef6a2a8212 to your computer and use it in GitHub Desktop.
resetForms
var resetForms = function() {
for (i = 0; i < $jsForm.length; i++) {
$jsForm[i].reset();
}
}
resetForms();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment