Event Capturing, Event Bubbling and jQuery.on()
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
You can't. jQuery events works with event bubbling it doesn't support capturing.
Also see