全部展开 | 全部折叠 | 速查表 | 首页
点击所有锚点后弹出事件类型。
$("a").click(function(event) { alert(event.type); // "click" });