$(function () { // Set spinUp event handler function $(".selector").wijinputnumber({ spinUp : function (e) { } }); });
spinUp = function ( e : jQuery.Event ) { };
Parameters
- e
- Standard jQuery event object
$(function () { // Set spinUp event handler function $(".selector").wijinputnumber({ spinUp : function (e) { } }); });
spinUp = function ( e : jQuery.Event ) { };