Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 5 years ago by davidserduke
-
attachment
jquery_test.html
added
comment:1 Changed 5 years ago by davidserduke
- need changed from Review to Test Case
- Status changed from new to closed
- Resolution set to worksforme
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.
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.

test case