JavaScript DOM MouseEvent property: clientX
[this page | pdf | back links]
The clientX property
of MouseEvent
objects within the JavaScript
DOM (i.e.
events triggered by an action with the mouse) returns the horizontal coordinate
of the mouse pointer (relative to the current window).
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)