A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/dom/Event/stopPropagation below:

stopPropagation ยท WebPlatform Docs

stopPropagation Summary

Prevents propagation of an event beyond the current target.

Method of dom/Eventdom/Event

Syntax
 event.stopPropagation();
Return Value

No return value

Usage
 Use this method to stop event propagation in the capturing or bubbling event phase.
Notes

The event dispatches to all event listeners on the current target (regardless of capturing or bubbling) before the event flow stops. To completely prevent any remaining handlers from running, use the stopImmediatePropagation method instead.

Related specifications
DOM Level 3 Events
Working Draft
See also Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4