Top Categories

JavaScript event capturing
  • Category:
  • Sub Category:
  • event capturing and event bubbling
  • javascript event capturing example
  • event capturing phase
  • javascript tutorial
  • javascript event capturing bubbling
  • javascript tutorial for beginners
  • javascript event capturing phase
  • Event Capturing in JavaScript
  • javascript prevent event capturing
No Views

Event capturing is the opposite of event bubbling. We discussed event bubbling in detail in Part 40 of JavaScript tutorial. With event bubbling the event bubbles up from the inner most element to the outer most element in the DOM hierarchy. With event capuring the opposite happens, the event gets

Comments

You Might Be Interested In