Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

load

这篇文章需要技术复核。如何帮忙。

这篇文章需要文法复核。如何帮忙。

load事件是在当一个资源和与其依赖资源加载完成后触发的。

常规信息

规范
DOM L3
接口
UIEvent
是否冒泡
能否取消默认行为
目标
Document, Element
默认行为
无.

属性

Property Type Description
target 只读 EventTarget The event target (the topmost target in the DOM tree).
type 只读 DOMString The type of event.
bubbles 只读 boolean Does the event normally bubble?
cancelable 只读 boolean Is it possible to cancel the event?
view 只读 WindowProxy document.defaultView (window of the document)
detail 只读 long (float) 0.

相关事件

文档标签和贡献者

 此页面的贡献者: kun.yan
 最后编辑者: kun.yan,