Wijmo UI for the Web
beforeSlide Event
wijmo.calendar.wijcalendar Namespace > options type : beforeSlide Event
Standard jQuery event object
The beforeSlide event handler. A function called before the calendar view slides to another month. Cancellable.
Syntax
$(function () {
    // Set beforeSlide event handler function
    $(".selector").wijcalendar({
        beforeSlide : function (e) {
     
        }
    });
});
beforeSlide = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijcalendar jQuery Widget