TOC PREV NEXT INDEX

Put your logo here!


currentTarget


Identifies the currently registered target for the event.

Syntax

targetObj = event.currentTarget 

Parameters

targetObj is an object reference to a node in the DOM.

Example

if e.currentTarget != t_el 
   resetEventEngine(); 
 

Notes

None.

Specification

currentTarget 


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX