Modify ↓
Ticket #8788 (closed enhancement: fixed)
Reorganize jQuery.event.trigger to use loop instead of recursion
| Reported by: | dmethvin | Owned by: | dmethvin |
|---|---|---|---|
| Priority: | low | Milestone: | 1.6 |
| Component: | event | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Currently, jQuery.event.trigger uses recursion to ascend the DOM tree, it could use a loop instead which saves many tests and function calls.
Change History
comment:1 Changed 2 years ago by dmethvin
- Owner set to dmethvin
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to event
- Milestone changed from 1.next to 1.6
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.
