推荐办理招商信用卡,新户首刷礼,五折享美食,需要的速度围观~click here
返回值:Elementevent.currentTarget
V1.3概述
在事件冒泡阶段中的当前DOM元素
示例
描述:
警报currentTarget的匹配`this`关键字。
jQuery 代码:
$("p").click(function(event) { alert( event.currentTarget === this ); // true });
在事件冒泡阶段中的当前DOM元素
警报currentTarget的匹配`this`关键字。
$("p").click(function(event) { alert( event.currentTarget === this ); // true });