Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery event.stopImmediatePropagation() Method

jQuery event.stopImmediatePropagation() Method

 

 

The event.stopImmediatePropagation() method is used to stop the rest of the event handlers from being executed. It is also used to stop events from bubbling up the Document Object Model(DOM) tree.

 

Syntax:-

 

Its syntax is:- event.stopImmediatePropagation()

 

Further Explanation:-

 

Parameter Description
event Required. The event parameter comes from the event binding function

Code Explanation

All Tutorials related to jQuery Events

All Sections related to Jquery