Skip to content

Instantly share code, notes, and snippets.

@leonguyen
Created June 5, 2014 07:26
Show Gist options
  • Select an option

  • Save leonguyen/574e1d48485f3f534c0c to your computer and use it in GitHub Desktop.

Select an option

Save leonguyen/574e1d48485f3f534c0c to your computer and use it in GitHub Desktop.
Prevent submit
$('#frm').submit(function(e){
e.preventDefault();
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment