target

UK[ˈtɑ:gɪt] US[ˈtɑ:rgɪt]

n. Target; purpose; (service) object; (shooting) Target

vt. Aim; take... as an attack target

jquery target attribute syntax

Function:The target attribute specifies which DOM element triggered the event.

Syntax:event.target

Parameters:

Parameters Description
event Required. Specifies the events that need to be checked. The event parameter comes from the event binding function.

jquery target attribute example

    

这是一个标题

这是另一个标题

这是一个段落

标题、段落和按钮元素定义了一个点击事件。如果您触发了事件,下面的 div 会显示出哪个元素触发了该事件。

Run instance »

Click the "Run instance" button to view the online instance