w3school 在线教程
HTML 系列教程
浏览器脚本
服务器脚本
ASP.NET 教程
XML 系列教程
Web Services 系列教程
建站手册
JS & DOM 参考手册
参考手册目录
JavaScript 对象
JS Array
JS Boolean
JS Date
JS Math
JS Number
JS String
JS RegExp
JS Functions
JS Events
Browser 对象
Window
Navigator
Screen
History
Location
HTML DOM 对象
DOM Document
DOM Element
DOM Attribute
DOM Event
HTML 对象
<a>
<area>
<audio>
<base>
<body>
<blockquote>
<button>
<canvas>
<col>
<colgroup>
<datalist>
<del>
<details>
<dialog>
<embed>
<fieldset>
<form>
<frame>
<frameset>
<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> range
<input> radio
<input> reset
<input> search
<input> submit
<input> text
<input> time
<input> url
<input> week
<keygen>
<label>
<legend>
<li>
<link>
<map>
<menu>
<menuitem>
<meta>
<meter>
<object>
<ol>
<optgroup>
<option>
<param>
<progress>
<q>
<script>
<select>
<source>
<style>
<table>
<td>
<th>
<tr>
<textarea>
<time>
<title>
<track>
<video>
建站手册
网站构建
万维网联盟 (W3C)
浏览器信息
网站品质
语义网
职业规划
网站主机
关于 W3School
帮助 W3School
eventPhase 属性
Event 对象
定义和用法
eventPhase 属性返回事件传播的当前阶段。它的值是下面的三个常量之一,它们分别表示捕获阶段、正常事件派发和起泡阶段。
eventPhase 常量
常量
值
Event.CAPTURING_PHASE
1
Event.AT_TARGET
2
Event.BUBBLING_PHASE
3
Event 对象
JavaScript 参考手册
JavaScript 实例
JavaScript 测验