This course is out of date and does not reflect our standards or industry best practices. We now recommend you take the Complete Intro to Web Development, v3 course.

Check out a free preview of the full Learning jQuery course:
The "Event Propagation" Lesson is part of the full, Learning jQuery course featured in this preview video. Here's what you'd learn in this lesson:

Events walking up the DOM aka “event bubbling” is event propagation Karl’s two event tutorial articles on Learning jQuery blog: Event propagation demo using mouseover/mouseout & mouseenter/mouseleave Benefit of event delegation is one event handler on a parent element can handle events on its inner elements. Use event.target to find the inner-most element of the event

Get Unlimited Access Now