JQuery Programmer Question: Download JQuery Programmer PDF

How to stop the rest of the event handlers from being executed in jQuery?

Tweet Share WhatsApp

Answer:

The stopImmediatePropagation() method of Event object stops the rest of the handlers from being executed.

Download JQuery Programmer PDF Read All 201 JQuery Programmer Questions
Previous QuestionNext Question
Is jQuery a library for client scripting or server scripting?What are the fastest selectors in jQuery?