We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05baee4 commit 9fa3845Copy full SHA for 9fa3845
jquery-ui-timepicker-addon.js
@@ -986,8 +986,11 @@ $.datepicker._doKeyUp = function (event) {
986
//#######################################################################################
987
$.datepicker._base_gotoToday = $.datepicker._gotoToday;
988
$.datepicker._gotoToday = function(id) {
989
+ var inst = this._getInst($(id)[0]),
990
+ $dp = inst.dpDiv;
991
this._base_gotoToday(id);
992
this._setTime(this._getInst($(id)[0]), new Date());
993
+ $( '.ui-datepicker-today', $dp).click();
994
};
995
996
0 commit comments