Opened 14 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
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.
Note: See
TracTickets for help on using
tickets.
Duplicate of #3113