jQuery Event Methods

You are Here:

jQuery Event Methods

The following are the list of Event methods available in jQuery.

MethodExplanation
isDefaultPrevented()Returns whether event.preventDefault() was ever called on this event object.
isImmediatePropagationStopped()Returns whether event.stopImmediatePropagation() was ever called on this event object.
isPropagationStopped()Returns whether event.stopPropagation() was ever called on this event object.
preventDefault()Stops the default action of an element from happening.
stopImmediatePropagation()Stops the rest of the event handlers from being executed and prevents the event from bubbling up the DOM tree.
stoppropagation()Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.

Reminder

Hi Developers, we almost covered 99.5% of jQuery Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in jQuery.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author