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