Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created November 20, 2017 00: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/803bfb05f5281cd1acd1fd34766f0a27 to your computer and use it in GitHub Desktop.
Save goofmint/803bfb05f5281cd1acd1fd34766f0a27 to your computer and use it in GitHub Desktop.
var elem = document.getElementById("form");
elem.addEventListener("submit", function() {
elem.reportValidity();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment