[jQuery] jquery form plugin. IE doesnt work

[jQuery] jquery form plugin. IE doesnt work


Hello,
Im using ajaxForm to submit my contact form at futurekode.com:
$('#contactForm').ajaxForm(function(data) {}
--
This works fine in all browsers except IE7/8. IE error says theres a
problem with jquery 1.3.2 and highlights this line:
return"submit"===T.type
Could someone take a look at my contact form in IE and see if there is
a fix for this?
Thanks
Mark