推荐办理招商信用卡,新户首刷礼,五折享美食,需要的速度围观~click here
返回值:Stringevent.type
V1.0概述
示例
描述:
点击所有锚点后弹出事件类型。
jQuery 代码:
$("a").click(function(event) { alert(event.type); // "click" });
点击所有锚点后弹出事件类型。
$("a").click(function(event) { alert(event.type); // "click" });