Skip to content

Instantly share code, notes, and snippets.

@vdchristelle
Created September 9, 2013 07:26
Show Gist options
  • Save vdchristelle/6492450 to your computer and use it in GitHub Desktop.
Save vdchristelle/6492450 to your computer and use it in GitHub Desktop.
disable html5 validation
/* disable html5 validation */
$('form').each(function() {
$(this).attr('novalidate', 'novalidate');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment