Skip to content

Instantly share code, notes, and snippets.

@lizdenhup
Created April 19, 2017 19:21
Show Gist options
  • Save lizdenhup/0c855ed3778526bf036cc5addc32f438 to your computer and use it in GitHub Desktop.
Save lizdenhup/0c855ed3778526bf036cc5addc32f438 to your computer and use it in GitHub Desktop.
$(‘form’).on(“submit”, function (e) {
e.preventDefault();
alert(“Your form has been submitted.”);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment