Skip to content

Instantly share code, notes, and snippets.

@N-Porsh
Last active December 27, 2015 09:09
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 N-Porsh/7301970 to your computer and use it in GitHub Desktop.
Save N-Porsh/7301970 to your computer and use it in GitHub Desktop.
JavaScript: form reset
$('#e_form').each(function() {
this.reset(); //Here form fields will be cleared.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment