HTML – onmouseenter Event
The onmouseenter event fires when the user moves the cursor into an HTML element.
The onmouseenter event fires when the user moves the cursor into an HTML element.
The onmouseleave event fires when the user moves the cursor out of an HTML element.
The onmousemove event fires when the user moves the cursor while over an HTML element.
The onmouseout event fires when the user moves the cursor from inside to outside an HTML element.
The onmouseover event fires when the user moves the cursor from outside to over an HTML element.
The onmouseup event fires when the user releases the mouse button while over an HTML element.
The onpagehide event fires when the user is leaving a webpage by clicking a link, refreshing the page, submitting a form, closing the window, etc.
The onpageshow event fires when the user first navigates to a webpage or reloads the page.
The onpaste event fires when the user pastes content from their clipboard into an HTML element.
The onpause event fires when the audio/video is paused either by the user or a script.
The onplay event fires when the audio/video has been started or is no longer being paused.
The onplaying event fires when the audio/video is playing after having been manually/programmatically paused or had stopped to buffer.
The onprogress event fires when the browser is downloading the requested audio/video file.
The onratechange event fires when the playing speed of the audio/video has changed (to a slow motion or fast forward mode).
The onreset event fires when the user resets the form by clicking the reset button.
The onscroll event fires when an element containing a scrollbar is being scrolled by the user.
The onsearch event fires when a user presses the “enter” key or clicks the “x” button in an <input> element with type=”search”.
The onseeked event fires when the user is finished moving or skipping to a new position in the track.