Issue 718: eventMousemove
Status:  Done
Owner: ----
Closed:  Nov 2010
Reported by jacobvan...@gmail.com, Nov 17, 2010
Can you add a mousemove action to the event?

It is just a little code:
.mousemove(
	function(ev) {
		trigger('eventMousemove', this, event, ev);
	}
)

after the .click, line 3369 (FullCalendar v1.4.8). Actually i don't like to add code in a plugin, because of the update issues...
Nov 21, 2010
Project Member #1 adamrs...@gmail.com
instead of baking this into fullcalendar.js, id prefer you attach the click handler in eventRender (http://arshaw.com/fullcalendar/docs/event_rendering/eventRender/)
Status: Done