Has never run into this issue? I'm getting this error in the latest release of jQuery. I tried with version 1.6.2 and there is no issue.
TypeError: '[object HTMLInputElement]' is not a function (evaluating 'elem[ type ]()')
line 3175
Has anything changed that we should be aware of?
Thanks, Jack
$(form).submit(). – Matt Bradley Dec 29 '11 at 20:29$(yourelement).submit(...instead ofyourelement.subimit(...– Mohsen Dec 29 '11 at 20:30