event capturing with jQuery

后端 未结 1 1760
渐次进展
渐次进展 2020-12-21 03:49

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

相关标签:
1条回答
  • 2020-12-21 04:25

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

    0 讨论(0)
提交回复
热议问题