Event Capturing, Event Bubbling and jQuery.on()

前端 未结 2 722
广开言路
广开言路 2021-02-07 14:57

I have an interesting question about event capturing, bubbling and jQuery.on().

I have recently learned more about the dif

2条回答
  •  被撕碎了的回忆
    2021-02-07 15:36

    You can't. jQuery events works with event bubbling it doesn't support capturing.

    Also see

    • Why does jQuery event model does not support event Capture and just supports event bubbling

提交回复
热议问题