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