Back to Fullcalendar

eventMouseover

_docs-v3/event-clicking-hovering/eventMouseover.md

latest530 B
Original Source

Triggered when the user mouses over an event.

<div class='spec' markdown='1'> function( *event*, *jsEvent*, *view* ) { } </div>

event is an Event Object that holds the event's information (date, title, etc).

jsEvent holds the jQuery event with low-level information such as mouse coordinates.

view holds the current View Object.

Within the callback function, this is set to the event's <div> element.

eventMouseover will not be triggered for background events.