.mouseenter()


.mouseenter( handler )Returns: jQueryversion deprecated: 3.3

Description: Bind an event handler to the "mouseenter" event, or trigger that event on an element.

This API is deprecated.

Instead of .mouseenter( handler ) or .mouseenter( eventData, handler ), use .on( "mouseenter", handler ) or .on( "mouseenter", eventData, handler ), respectively.

Instead of .mouseenter(), use .trigger( "mouseenter" ).