.mouseenter() Event

Syntax

.mouseenter( handler(eventObject) )

Description

.mouseenter event is used to perform a function while the mouse pointer enters the particular element. The below example shows how to perform a mouse enter function on a element in JQuery.

Example Code

Result:


Mouse Click on Comment Box.
Comment :


Ask Questions

Ask Question