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