因此,我正在使用为管理区域购买的模板,但是在示例中它出现了,而在我的版本中却没有。
它增加了
<div id="ui-datepicker-div" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>
但是那里没有其他内容,加载就绪状态,添加了唯一 ID,但没有其他内容。
我通过 CDN 包含了 jQuery 和 jQuery UI,我遗漏了什么明显的东西,为什么 div 被创建但没有被填充?
jQuery
$(function() {
$( ".datepicker" ).datepicker();
});
界面字段
<input type="text" class="simple_field pick_date hasDatepicker" />