JavaScript: The Definitive Guide
25.199. Link.onmouseout: event handler invoked when the mouse leaves a link
DOM Level 0
25.199.1. Synopsis
Function onmouseout
25.199.2. Description
The onmouseout property of a Link object specifies an event-handler function that is invoked when the user moves the mouse off a hypertext link. It is often used with the onmouseover event handler. 25.199.3. See Also
Element.addEventListener( ), Link.onmouseover, MouseEvent; Chapter 17 |
Категории