Wijmo UI for the Web
spinDown Event
wijmo.input.wijinputdate Namespace > options type : spinDown Event
Standard jQuery event object
The spinDown event handler. A function called when spin down event fired.
Syntax
$(function () {
    // Set spinDown event handler function
    $(".selector").wijinputdate({
        spinDown : function (e) {
     
        }
    });
});
spinDown = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijinputdate jQuery Widget