显示触发了哪种类型的事件:
$("p").bind('click dblclick mouseover mouseout',function(event){
$("div").html("Event: " + event.type
);
});
type 属性描述触发哪种事件类型。
event.type
参数 | 描述 |
---|---|
event | 必需。规定要检查的事件。这个 event 参数来自事件绑定函数。 |
如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛
Powered by 365建站网 RSS地图 HTML地图
copyright © 2013-2024 版权所有 鄂ICP备17013400号