Skip to content

Instantly share code, notes, and snippets.

@stephensprinkle-zz
Created June 23, 2012 03:12
Show Gist options
  • Save stephensprinkle-zz/2976588 to your computer and use it in GitHub Desktop.
Save stephensprinkle-zz/2976588 to your computer and use it in GitHub Desktop.
Simple javascript to circumvent 'Go' softkey buttons for web forms in iOS + Android
$('form').bind('submit', function(){
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment