描述: 在事件冒泡階段中的當(dāng)前DOM元素
這個(gè)屬性總是等于this函數(shù)。
this
$("p").click(function(event) { alert( event.currentTarget === this ); // true });