A repository of over 1000 quality jQuery plugins

jQuery event.stopPropagation()

Learn all about the jQuery function event.stopPropagation().

We can use event.isPropagationStopped() to determine if this method was ever called (on that event object).

This method works for custom events triggered with trigger() as well.

Note that this will not prevent other handlers on the same element from running.