Fullcalendar mousewheel event prev next
问题 i'm trying to do a simple think in Fullcalendar ( 1.6.2 ) and is to simulate the prev and next button throught the mouse wheel up and down, similar to google calendar. Here is the code i'm using, this code is from another question in here i think, but i can´t remember wich one :S calendar.bind('mousewheel', function(event, delta) { var view = calendar.fullCalendar('getView'); //alert(view.name); //Can retrieve the view name successfully //alert(delta); // Undefined //alert(event); // [Object