? 本文檔使用 PHP中文網(wǎng)手冊 發(fā)布
?
點(diǎn)擊所有錨點(diǎn)后彈出事件類型。
$("a").click(function(event) { alert(event.type); // "click" });