Created
July 24, 2014 13:14
-
-
Save jlcampana/1b5e623c39587b032873 to your computer and use it in GitHub Desktop.
form submit iExplorer 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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