Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created June 12, 2013 13:59
Show Gist options
  • Save cagartner/5765526 to your computer and use it in GitHub Desktop.
Save cagartner/5765526 to your computer and use it in GitHub Desktop.
Limpa valores de campos de um formulário com jquery
$.fn.reset = function () {
$(this).each (function() { this.reset(); });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment