Skip to content

Instantly share code, notes, and snippets.

@anderoonies
Created January 15, 2015 03:32
Show Gist options
  • Save anderoonies/510fdb1aaafec4b0d321 to your computer and use it in GitHub Desktop.
Save anderoonies/510fdb1aaafec4b0d321 to your computer and use it in GitHub Desktop.
$('#email-form').on('submit', function(event){
event.preventDefault();
console.log("form submitted!") // sanity check
submit_email();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment