返回值:String
event.type
概述
V1.0
示例
描述:
点击所有锚点后弹出事件类型。
jQuery 代码:
$("a").click(function(event) { alert(event.type); // "click" });