Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 7, 2017 03:53
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 goofmint/e78d1a5e46bd31c0c6b6cae5a7808b03 to your computer and use it in GitHub Desktop.
Save goofmint/e78d1a5e46bd31c0c6b6cae5a7808b03 to your computer and use it in GitHub Desktop.
2.md
clearForm: function() {
$('#id').val('');
$('#userName').val('');
$('#password').val('');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment