JavaScript: The Definitive Guide

25.165. HTMLElement.onmouseover: event handler invoked when the mouse moves over an element

DOM Level 0

25.165.1. Synopsis

Function onmouseover

25.165.2. Description

The onmouseover property of an HTMLElement object specifies an event-handler function that is invoked when the user moves the mouse pointer over the element.

25.165.3. See Also

Element.addEventListener( ), Event, MouseEvent; Chapter 17

Категории