Event.stopPropagation()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Event 介面的 stopPropagation() 方法可阻止當前事件繼續進行捕捉(capturing)及冒泡(bubbling)階段的傳遞。

語法

event.stopPropagation();

範例

請參考範例五:事件傳遞章節中關於此方法與 DOM 事件傳遞的更詳細範例。

規範

Specification
DOM Standard
# ref-for-dom-event-stoppropagation①

瀏覽器相容性

Report problems with this compatibility data on GitHub
desktopmobileserver
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
Deno
Node.js
stopPropagation

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
See implementation notes.

參見