Event bubbling

id: event-bubbling-263-14626832
title: Event bubbling
text: Event bubbling is a type of DOM event propagation where the event first triggers on the innermost target element, and then successively triggers on the ancestors (parents) of the target element in the same nesting hierarchy till it reaches the outermost DOM element or document object. It is one way that events are handled in the browser. Events are actions done by the user such as a button click, changing a field etc. Event Handlers are used to execute code when a particular kind of user interfa
brand slug: wiki
category slug: encyclopedia
description: Type of DOM event propagation
original url: https://en.wikipedia.org/wiki/Event_bubbling
date created:
date modified: 2024-01-07T21:59:23Z
main entity: {"identifier":"Q28455609","url":"https://www.wikidata.org/entity/Q28455609"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part