-
JavaScript Questions: What is Event Delegation, Event Propagation, Event Bubbling?
JavaScript has a feature that allows events to bubble up through the DOM hierarchy. These means handlers can be placed on parent or grandparent elements to handle events for the child. In this video we discuss and provide examples of event delegation which is also know as event propagation or event bubbling. Would you like…