Answers

Question and Answer:

  Home  JQuery Programmer

⟩ How to stop the bubbling of an event to parent elements using jQuery?

The stopPropagation() method of Event object stops the bubbling of an event to parent elements, preventing any parent handlers from being notified of the event.

 189 views

More Questions for you: