JavasScript Eventing Demos

  1. Event Capturing and Bubbling
  2. stopPropagation() in capturing phase at #B
  3. stopPropagation() in capturing phase at #C
  4. stopPropagation() in the bubbling phase at #A
  5. stopImmediatePropagation()
  6. preventDefault() on a link