1.

Explain What Event Bubbling Is?

Answer»

Event bubbling causes all events in the child nodes to be automatically PASSED to its PARENT nodes. The benefit of this method is SPEED because the code only needs to traverse the DOM TREE once.

Event bubbling causes all events in the child nodes to be automatically passed to its parent nodes. The benefit of this method is speed because the code only needs to traverse the DOM tree once.



Discussion

No Comment Found