Opened 14 years ago
Closed 14 years ago
#3720 closed bug (worksforme)
default form submit event no triggered by submit() method
Reported by: | pocheptsov | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
For example $("form:first").submit(); doesn't call the browser's default submit action on the matching first form. We can still submit form via DOM method for example $("form:first")[0].submit();
Check that $("form:first").submit() doesn't work in FF3, IE 6, IE 7.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | jquery_test.html added |
---|
comment:1 Changed 14 years ago by
need: | Review → Test Case |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Worked fine for me in IE6, IE7, and FF2. If you try out this test case and it doesn't work feel free to reopen the ticket. Otherwise come up with your own test case that has a problem.
Note: See
TracTickets for help on using
tickets.
test case