Wijmo UI for the Web
afterSelect Event
wijmo.calendar.wijcalendar Namespace > options type : afterSelect Event
The jQuery.Event object.
The data with this event.
The afterSelect event handler. A function called after user selects a day by mouse.
Syntax
$(function () {
    // Set afterSelect event handler function
    $(".selector").wijcalendar({
        afterSelect : function (e, args) {
     
        }
    });
});
afterSelect = function ( 
   e : Object,
   args : ISelectedDate
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijcalendar jQuery Widget