翻译进度
1
分块数量
0
参与人数

`event.preventdefault()` 和 `event.stopPropagation()` 的区别是什么?

这是一篇协同翻译的文章,你可以点击『我来翻译』按钮来参与翻译。


The event.preventDefault() method prevents the default behavior of an element. If used in a form element it prevents it from submitting. If used in an anchor element it prevents it from navigating. If used in a contextmenu it prevents it from showing or displaying. While the event.stopPropagation() method stops the propogation of an event or it stops the event from occurring in the bubbling or capturing phase.

本文章首发在 LearnKu.com 网站上。

本文中的所有译文仅用于学习和交流目的,转载请务必注明文章译者、出处、和本文链接
我们的翻译工作遵照 CC 协议,如果我们的工作有侵犯到您的权益,请及时联系我们。

MasterShu
讨论数量: 0
发起讨论 只看当前版本


暂无话题~