Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ Define event bubbling in JavaScript?

JavaScript allows DOM elements to be nested inside each other. In such a case, if the handler of the child is clicked, the handler of parent will also work as if it were clicked too.

 156 views

More Questions for you: