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