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

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijinputnumber jQuery Widget