Modify ↓
Ticket #10303 (closed bug: invalid)
Click event via live method doesn't stop actual DOM bubbling.
| Reported by: | Somebi | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
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.

Please read the documentation for .live(). If your example stopped DOM bubbling, .live() would not see the event on the document where it is attached.
http://api.jquery.com/live/