Modify ↓
Ticket #5916 (closed bug: duplicate)
e.preventDefault doesn't work with live submit
| Reported by: | rmurphey | Owned by: | brandon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | event | Version: | 1.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When a submit handler is bound to a form using .live(), and the submit handler includes e.preventDefault(), the form still submits when the submit event is triggered using .trigger(). When the same submit handler is bound using .bind(), the form is not submitted.
Test case: http://jsbin.com/arepo/3/edit
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.

this is a dupe of #5695