Wijmo UI for the Web
dateChanged Event
wijmo.input.wijinputdate Namespace > options type : dateChanged Event
Standard jQuery event object
Information about an event
The dateChanged event handler. A function called when the date of the input is changed.
Syntax
$(function () {
    // Set dateChanged event handler function
    $(".selector").wijinputdate({
        dateChanged : function (e, data) {
     
        }
    });
});
dateChanged = function ( 
   e : jQuery.Event,
   data : IDateChangedEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijinputdate jQuery Widget