This works fine in FF, however when run in IE7 the showResponse function will
never run. Actually, the ajax-event probably never fires. The beforeSubmit
function runs however.

$('#container').children('#form2').ajaxSubmit({dataType: 'xml',
beforeSubmit: showRequest, success: showResponse});

Changing the line to:

$('#form2').ajaxSubmit({dataType: 'xml', beforeSubmit: showRequest, success:
showResponse});

..solves the problem for me. But it should work, right?
Any thoughts?

-- 
View this message in context: 
http://www.nabble.com/Possibly-a-bug-with-Form-plugin-and-IE%287%29-tp15607271s27240p15607271.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to