| Issue 718: | eventMousemove | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Done
|
|
| ► Sign in to add a comment |