[jQuery] Re: Form Plugin Issue in IE (resolved, sort of)

2009-02-19 Thread James
Yeah, these are nasty alright. I had a hell of a time on someone's code where the input submit button's name was 'submit'. On Feb 19, 1:43 pm, Mike Alsup wrote: > > After spending literally hours tracking down the problem, I found it. > > One of the form's input name and id is set to 'length' in

[jQuery] Re: Form Plugin Issue in IE (resolved, sort of)

2009-02-19 Thread Mike Alsup
> After spending literally hours tracking down the problem, I found it. > One of the form's input name and id is set to 'length' in the HTML. > Once I changed it to something different, it worked fine. > > Has anybody seen this issue before? Ooh, that's nasty. You must have had fun with that one