Side navigation
#8788 closed enhancement (fixed)
Opened April 06, 2011 04:21PM UTC
Closed April 06, 2011 06:07PM UTC
Last modified March 08, 2012 09:28PM UTC
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: | ||
Blocked by: | Blocking: |
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.