jQuery uses event bubbling strategy to handle events.
And it claims to be cross browser,
but is "event bubbling" supported by all browsers?
There is another strategy: event capturing, which is reverse to event bubbling,is it extinct?
Or my question could be re-stated as:
Can Javascript decides on whether choosing "event capturing" strategy or "event bubbling" strategy by itself?