Skip to content

Instantly share code, notes, and snippets.

@geoffa
Created April 23, 2010 15:27
Show Gist options
  • Save geoffa/376681 to your computer and use it in GitHub Desktop.
Save geoffa/376681 to your computer and use it in GitHub Desktop.
$('#btn').click(function() {
$('#form').submit();
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment