Event Delegation

From rbachwiki
Revision as of 19:16, 26 November 2016 by Bacchas (talk | contribs) (Created page with "'''Event Bubbling ''' When a child element is clicked, the event bubbles all the way up the dom. This means that you can capture the child element that was activated through t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Event Bubbling When a child element is clicked, the event bubbles all the way up the dom. This means that you can capture the child element that was activated through the bubbling up effect from the parent