我试图从日期选择器输入中获取日期,但每次我尝试时都会收到此错误:
Uncaught TypeError: undefined is not a function bootstrap-datepicker.js:343
我无法弄清楚我的代码有什么问题:
$('#datepicker').datepicker().on('changeDate', function (ev) {
console.log($('#datepicker').datepicker('getDate'));
});
我的jquery.js,bootstrap.js和datepicker.js是有序的。