How To Fix jQuery submit() Problems

Author: , May 2nd, 2012

If you have a named submit button in your form, submit() will fail. The solution is to change

to

Here is a link to the bug report on jquery: http://dev.jquery.com/ticket/4652

How To Find Which Button Was Clicked To Submit A Form Using jQuery

Author: , July 2nd, 2011

How To Submit A Form On Select Change

Author: , May 3rd, 2011