|
BubblingEvents architecture
The use of a common 'Event Handler' declared for the parent html element that can be used in handling the same event for all of its child html elements is called Bubbling Event Architecture. This helps in reducing the task of declaring the event handlers for all the elements in the document, thereby reducing the length and complexity of the code.
Bubbling Event Args
|
|
|
|