jQuery mouseover() Method
jQuery mouseover() Method
The mouseover event is used to occur when the mouse pointer is over the selected element. The mouseover() method triggered the mouseover event. We can attach a function to run when a mouseover event occurs.
Syntax:-
Its syntax is:- $(selector).mouseover(function)
Further Explanation:-
Parameter | Description |
---|---|
function | Optional. Specifies the function to run when the mouseover event is triggered |