mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-10 16:35:06 -05:00
Ensure datepicker is initially hidden
This commit is contained in:
@@ -116,7 +116,7 @@ function Datepicker() {
|
||||
altFormat: '' // The date format to use for the alternate field
|
||||
};
|
||||
$.extend(this._defaults, this.regional['']);
|
||||
this._datepickerDiv = $('<div id="' + this._mainDivId + '"></div>');
|
||||
this._datepickerDiv = $('<div id="' + this._mainDivId + '" style="display: none;"></div>');
|
||||
}
|
||||
|
||||
$.extend(Datepicker.prototype, {
|
||||
|
||||
Reference in New Issue
Block a user