Side navigation
#4653 closed bug (duplicate)
Opened May 13, 2009 05:25AM UTC
Closed May 14, 2009 12:11AM UTC
$("form").submit() doesn't work with named submit buttons
Reported by: | ptarjan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | form submit | Cc: | |
Blocked by: | Blocking: |
Description
If the <form> has a <input type="submit" name="abc" value="click me"/> then calling $("form").submit() won't trigger the form submission.
Example: http://paulisageek.com/tmp/jquery-form-bug.html
Tested on
OSX 10.5 FF3.0.10
WinXP SP3 FF3.0.10
duplicate of 4652, sorry.