wijmo.calendar.wijcalendar Namespace > options type : afterSlide Event |
Javascript (Usage) | |
---|---|
$(function () { // Set afterSlide event handler function $(".selector").wijcalendar({ afterSlide : function (e) { } }); }); |
Javascript (Specification) | |
---|---|
afterSlide = function ( e : jQuery.Event ) { }; |