Skip to content

Instantly share code, notes, and snippets.

@driesd
Created September 19, 2013 12:45
Show Gist options
  • Save driesd/6622905 to your computer and use it in GitHub Desktop.
Save driesd/6622905 to your computer and use it in GitHub Desktop.
Disables client-side validation on forms
$('form').attr('novalidate', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment