Skip to content Skip to sidebar Skip to footer

Event Capturing With JQuery

jQuery uses event bubbling, but is there a way to do event capturing ie in the descending order as explained here The specific case is the following where host A & host B are

Solution 1:

No, jQuery does not support this and it never can -- IE has no way to implement a capturing event.


Post a Comment for "Event Capturing With JQuery"