Skip to content

Instantly share code, notes, and snippets.

@oliyoung
Last active August 29, 2015 14:09
Show Gist options
  • Save oliyoung/86689bc3bcde03981801 to your computer and use it in GitHub Desktop.
Save oliyoung/86689bc3bcde03981801 to your computer and use it in GitHub Desktop.
$('#foo').on('submit', function(e) {
doStuffHere();
e.preventDefault();
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment