I have an interesting question about event capturing, bubbling and jQuery.on().
jQuery.on()
I have recently learned more about the dif
You can't. jQuery events works with event bubbling it doesn't support capturing.
Also see