A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/ko/docs/Web/API/Document/createEvent below:

Event.createEvent() - Web API | MDN

Event.createEvent()

새로운 event를 생성합니다, 새로 만들어진 event는 반드시 자신의 init() method를 호출함으로써 초기화되어야만 합니다.

Syntax

js

document.createEvent(type);
type

A string indicating the event type to create.

이 method는 명시된 타입인 새로운 DOM Event 객체를 반환하며 이는 반드시 사용 전에 초기화되어야만 합니다.

Example

js

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

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4