Welcome Guest, Not a member yet? Register   Sign In
Ajax Form Submission in IE
#4

[eluser]CroNiX[/eluser]
Well, you need to get the event in the function to begin with in order to manipulate, or prevent it. Otherwise, 'event' will be undefined (which IE also doesn't like).
Code:
$('#contactForm').submit(function(event) {//need to add event to the function
     event.preventDefault();


Messages In This Thread
Ajax Form Submission in IE - by El Forum - 02-27-2012, 09:12 AM
Ajax Form Submission in IE - by El Forum - 02-27-2012, 11:22 AM
Ajax Form Submission in IE - by El Forum - 02-27-2012, 12:50 PM
Ajax Form Submission in IE - by El Forum - 02-27-2012, 02:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB