JavaScript DOM MouseEvent property: relatedTarget
[this page | pdf | back links]
The relatedTarget
property of MouseEvent
objects within the JavaScript
DOM (i.e.
events triggered by an action with the mouse) returns the element related to
the element that triggered the mouse event.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)