Modify ↓
Ticket #7699 (closed bug: duplicate)
submit() will not submit a form with a submit input named 'submit'
| Reported by: | gmo | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.6 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
- jQuery 1.4.4 min, others
- Chrome 8.0.552.208 beta, Linux x86; Firefox 3.6.12, Linux x86.
Calling submit() on a form with <input type="submit" name="submit"> should submit the form, but does not. Changing the name attribute to anything else causes submit() to function properly.
http://is.gd/i9Prq for example
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.

Working test case: http://jsfiddle.net/danheberden/fg592/