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.cancelable

概述

返回一个布尔值,表明该事件是否可以被取消。

语法

var bool = event.cancelable

备注

一个事件的默认动作能否被取消,是在该事件初始化时规定的.

要取消一个事件的默认动作,可以调用该事件的 preventDefault()方法.

规范

DOM Level 2 Events: cancelable

文档标签和贡献者

 此页面的贡献者: helloguangxue, teoli, AshfaqHossain, ziyunfei
 最后编辑者: helloguangxue,