jQuery mouseout() method

Definition

The mouseout event triggers when the mouse pointer leaves the matched element. It gets fired by the jQuery mouseout() method.

Syntax

The following is the syntax,

The following is the parameter,

  • func: When mouseout event is triggered, this function runs. This is optional parameter.

Example

The following is the output,

On keeping the mouse cursor on the heading <h3> tag, the background color change to red; it triggers mouseover event,

On leaving the mouse cursor from the heading <h3> tags, the background color again change from red to yellow,

jQuery mouseover() method
jQuery - Show an element
Studyopedia Editorial Staff
Studyopedia Editorial Staff
[email protected]

We work to create programming tutorials for all.

No Comments

Post A Comment

Discover more from Studyopedia

Subscribe now to keep reading and get access to the full archive.

Continue Reading