Interactive Web Pages - Events Demonstration

stopPropagation()

Click 'Click Me' element below to view the concept of the stopPropagation() method.

The stopPropagation() method prevents an event from bubbling up to parent elements of the one clicked.

DIV

P A

Captured events for elements highlighted in chartreuse.