JavaScript DOM MouseEvent property: detail
[this page | pdf | back links]
The detail property
of MouseEvent
objects within the JavaScript
DOM (i.e.
events triggered by an action with the mouse) returns the number of times the
mouse was clicked.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)