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

// example here 

Notes

Additional notes.

Specification

link to spec 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX