My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 718: eventMousemove
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Nov 2010


Sign in to add a comment
 
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
Sign in to add a comment

Powered by Google Project Hosting