Modify ↓
Ticket #4649 (closed bug: duplicate)
submit() does not work if there is an input with name="submit"
| Reported by: | anselm | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
$('#formid').submit(); does not work (does nothing) when there is an input- or button-tag with attribute type="submit" and name="submit".
I tried it in Firefox 3.0.10 and in Opera 9.64. In Opera it works, in firefox it doesn't.
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 #3113