jQuery uses event bubbling technology to handle events.
And he claims to be a cross browser,
but is this an "event bubble" supported by all browsers?
There is another strategy: capturing an event that is inverse to the event bubble, is it extinct?
Or my question could be reformulated as:
Can Javascript decide if the "event capture" or "bubble event" strategy itself chooses?
source
share