event.type

jQuery event.type 属性

实例

返回哪种事件类型被触发:

$("p").on("click dblclick mouseover mouseout",function(event){
$("div").html("Event: " + event.type);
});


定义和用法

event.type 属性返回哪种事件类型被触发。


语法

event.type

参数 描述
event 必需。event 参数来自事件绑定函数。


© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3