Modify ↓
Ticket #4653 (closed bug: duplicate)
$("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: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

duplicate of 4652, sorry.