Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created July 24, 2014 13:14
Show Gist options
  • Save jlcampana/1b5e623c39587b032873 to your computer and use it in GitHub Desktop.
Save jlcampana/1b5e623c39587b032873 to your computer and use it in GitHub Desktop.
form submit iExplorer 8
if (event.submit) {
event.submit();
} else {
event.returnValue = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment