stopPropagation() 事件方法
描述
The stopPropagation()
方法阻止相同事件的传播。
传播是指事件冒泡到父元素或捕获到子元素。
浏览器支持
表中的数字指定完全支持该方法的第一个浏览器版本。
方法 | |||||
---|---|---|---|---|---|
stopPropagation() | 是 | 9.0 | 是 | 是 | 是 |
语法
event.stopPropagation()
参数
无 |
技术细节
返回值 | 无返回值 |
---|---|
DOM 版本 | DOM Level 3 Events |
The stopPropagation()
方法阻止相同事件的传播。
传播是指事件冒泡到父元素或捕获到子元素。
表中的数字指定完全支持该方法的第一个浏览器版本。
方法 | |||||
---|---|---|---|---|---|
stopPropagation() | 是 | 9.0 | 是 | 是 | 是 |
event.stopPropagation()
无 |
返回值 | 无返回值 |
---|---|
DOM 版本 | DOM Level 3 Events |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]