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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijinputdate jQuery Widget