JavaScript DOM Event property: defaultPrevented
[this page | pdf | back links]
The defaultPrevented
property of Event objects
within the JavaScript
DOM returns true if the preventDefault() method was called for the event,
otherwise returns false.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)