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 &a
No, jQuery does not support this and it never can -- IE has no way to implement a capturing event.