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 516920a commit f0b4967Copy full SHA for f0b4967
ui/datepicker.js
@@ -797,7 +797,7 @@ $.extend(Datepicker.prototype, {
797
datepicker_instActive = inst; // for delegate hover events
798
inst.dpDiv.empty().append(this._generateHTML(inst));
799
this._attachHandlers(inst);
800
- inst.dpDiv.find("." + this._dayOverClass + " a").mouseover();
+ inst.dpDiv.find("." + this._dayOverClass + " a");
801
802
var origyearshtml,
803
numMonths = this._getNumberOfMonths(inst),
0 commit comments