Opened 12 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Working test case: http://jsfiddle.net/danheberden/fg592/