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