w3bai
.com
最新的Web開發教程
☰
HTML
CSS
JAVASCRIPT
SQL
PHP
BOOTSTRAP
JQUERY
ANGULAR
XML
Português
Indonesia
Español
Italiano
Deutsch
Français
Pусский
polski
Türkçe
Română
ไทย
العربية
한국어
日本语
繁體中文
简体中文
$ 4.99 USD
$ 9.99 USD
$ 49.90 USD
$ 99.90 USD
×
JavaScript
參考
概觀
JavaScript
JS 字符串
JS 數
JS 運算符
JS 聲明
JS 數學
JS 日期
JS 排列
JS 布爾
JS 正則表達式
JS 全局
JS 轉變
瀏覽器 BOM
Window
Navigator
Screen
History
Location
HTML DOM
DOM 文件
DOM 分子
DOM 屬性
DOM 事件
DOM 樣式
HTML 對象
<a>
<abbr>
<address>
<area>
<article>
<aside>
<audio>
<b>
<base>
<bdo>
<blockquote>
<body>
<br>
<button>
<canvas>
<caption>
<cite>
<code>
<col>
<colgroup>
<datalist>
<dd>
<del>
<details>
<dfn>
<dialog>
<div>
<dl>
<dt>
<em>
<embed>
<fieldset>
<figcaption>
<figure>
<footer>
<form>
<head>
<header>
<h1> - <h6>
<hr>
<html>
<i>
<iframe>
<img>
<ins>
<input> button
<input> checkbox
<input> color
<input> date
<input> datetime
<input> datetime-local
<input> email
<input> file
<input> hidden
<input> image
<input> month
<input> number
<input> password
<input> radio
<input> range
<input> reset
<input> search
<input> submit
<input> text
<input> time
<input> url
<input> week
<kbd>
<keygen>
<label>
<legend>
<li>
<link>
<map>
<mark>
<menu>
<menuitem>
<meta>
<meter>
<nav>
<object>
<ol>
<optgroup>
<option>
<output>
<p>
<param>
<pre>
<progress>
<q>
<s>
<samp>
<script>
<section>
<select>
<small>
<source>
<span>
<strong>
<style>
<sub>
<summary>
<sup>
<table>
<td>
<th>
<tr>
<textarea>
<time>
<title>
<track>
<u>
<ul>
<var>
<video>
其他對象
CSSStyleDeclaration
事件類型物業
事件對象
例
返回觸發事件的類型:
var x = event.type;
x
的結果可能是:
mousedown
試一試»
定義和用法
事件的類型屬性返回觸發事件的類型。
瀏覽器支持
在表中的數字規定,完全支持該屬性的第一個瀏覽器版本。
屬性
type
是
9
是
是
是
句法
event
.type
技術細節
返回值:
一個字符串,代表事件的類型
DOM版本:
DOM 2級事件
事件對象