我正在使用Jquery datetimepicker(js / timepicker.js) 并得到错误" datepicker._defaults'是null或不是对象"在以下javascript文件的扩展方法
加载timepicker.js文件时出错。' datepicker'在javascript文件中未定义对象。
===================timepicker.js===============
/**
* Extending default values
*/
$.extend($.datepicker._defaults, {
'stepMinutes': 1, // Number of minutes to step up/down
'stepHours': 1, // Number of hours to step up/down
'time24h': false, // True if 24h time
'showTime': false, // Show timepicker with datepicker
'altTimeField': '' // Selector for an alternate field to store time into
});
答案 0 :(得分:5)
你需要首先包括“jquery-ui-1.7.2.custom.min.js”,其中包括“timepicker.js”文件