[jQuery] jQuery Forms bug in IE with field

[jQuery] jQuery Forms bug in IE with field


Hi,
I've been using this plugin for a while and I've to say that it's
awesome. However I've spent hours figuring out what was happening in
IE if I had a hidden field with a value that was exactly the same as
the form name:
<form name="myform" action="calculate.html" method="post">
<input type="hidden" name="target" value="myform" />
....
</form>
In Firefox it works ok but in IE it gets an error and the form is not
submitted correctly being redirected to calculate.html. I hope you can
have a look at this and fix it for this annoying browser.
Cheers
Rob