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