Hi,
A question regarding Mike Alsup's excellent form plugin:
I'm loading my contact form via
$.ajax( {url: (an xml file), success: function() { xxx(); } })
The xml file is processed by the taconite plugin.
To prepare the form I use:
var options = { beforeSubmit: validate, success: showResponse };
$('#form1').ajaxForm(options);
It works in FF (and Safari and Opera), XP and osx10.4, but not in IE6.
I put together a test page:
http://www.jazz88.addr.com/test/orient_sample/index.html
From here, go to 'contact' on horizontal menu bar, it'll load the
contact form.
$('#form1').ajaxForm(options) resides in am.js, starting at line 30:
prepareContactForm()...
IE seems to get past this line.
Thanks a lot
Gvido T.
P.S. I posted this yesterday, but my provider lost 8 hours of mail,
so I don't know if this went through. Sorry, if it's a repeat._______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/