![]() |
VOOZH | about |
The jQuery mouseout() method is an inbuilt method which is used when mouse pointer moves out from the selected element.
Syntax:
$(selector).mouseout(function)
Parameters: This method accepts single parameter function which is optional. This parameter is used to specify the function to run when the mouseout event is called.
Example 1: This example illustrates the use of mouseout() method.
Output:
Example 2: In this example, a pop-up will come out when the mouse moves out from the paragraph.
Output: