mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Ensure datepicker is initially hidden
This commit is contained in:
parent
e73d019dff
commit
9a67543cd2
@ -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, {
|
||||
|
Loading…
Reference in New Issue
Block a user