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.

Event.createEvent()

建立一個新的事件,該事件必須先以其 init() method 初始化才行。

語法

document.createEvent(type) 
type
一個 string 。表示所建立的事件名稱。

這個 method 會回傳一個新的 DOM Event object ,其事件類型為傳入的 type 。該事件必須先初始化才能使用。

範例

var newEvent = document.createEvent("UIEvents");

規格定義

文件標籤與貢獻者

 此頁面的貢獻者: Shiyou
 最近更新: Shiyou,