Skip to content

Instantly share code, notes, and snippets.

@dpmccabe
Created March 19, 2012 20:21
Show Gist options
  • Save dpmccabe/2126625 to your computer and use it in GitHub Desktop.
Save dpmccabe/2126625 to your computer and use it in GitHub Desktop.
$("form#whatever").submit(function() {
$(this).submit(function() {
return false;
});
return true;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment