|
July 24, 2000 Event Bubbling Tips: July 2000
Yehuda Shiran, Ph.D.
|
|
The concept of event bubbling in Internet Explorer may seem to be somewhat complicated. Every event fired on an element bubbles up the hierarchy of objects, until it reaches the top level element. Every object may handle the event in its turn. For example, this page includes the following event handling definition in its BODY tag:
Since every object on the page is a descendent of the
People who read this tip also read these tips: Look for similar tips by subject: |