We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfec28e commit 1626c97Copy full SHA for 1626c97
1 file changed
ui/jquery.ui.datepicker.js
@@ -1818,7 +1818,7 @@ $.fn.datepicker = function(options){
1818
/* Initialise the date picker. */
1819
if (!$.datepicker.initialized) {
1820
$(document).mousedown($.datepicker._checkExternalClick).
1821
- find('body').append($.datepicker.dpDiv);
+ find(document.body).append($.datepicker.dpDiv);
1822
$.datepicker.initialized = true;
1823
}
1824
0 commit comments