jQuery form plugin does not submit submit buttons named submit

Feb 22, 2011 javascript jquery
This post is more than 18 months old. Since technology changes too rapidly, this content may be out of date (but that's not always the case). Please remember to verify any technical or programming information with the current release.

… in Google Chrome. Yep.

I tested in Firefox and Internet explorer and had no problem. However, using the form plugin and submit input types with the name of submit did not work. I changed their name to submitbutton and they all worked flawlessly.

Hope this saves someone the trouble it caused me!

Go to All Posts