Skip to content

Instantly share code, notes, and snippets.

@rgsingh
Created April 20, 2016 16:04
Show Gist options
  • Save rgsingh/b066f54015965f65abc41a6663088253 to your computer and use it in GitHub Desktop.
Save rgsingh/b066f54015965f65abc41a6663088253 to your computer and use it in GitHub Desktop.
remove a class from html form jquery
$( "form" ).each(function() {
$(this).removeClass('dirty');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment