简体   繁体   English

未捕获的TypeError:i.dateFormat不是jquery.datetimepicker.min.js中的函数:2(匿名)

[英]Uncaught TypeError: i.dateFormat is not a function at jquery.datetimepicker.min.js:2 (anonymous)

I am trying to implement date and time picker, I am getting the Uncaught TypeError: i.dateFormat is not a function at jquery.datetimepicker.min.js:2 on console.The below is my code. 我正在尝试实现日期和时间选择器,我得到Uncaught TypeError:i.dateFormat不是jquery.datetimepicker.min.js:2上的函数在控制台上。下面是我的代码。

 $(document).ready(function(){ $('#datetimepicker').datetimepicker(); }); 
 <link rel="stylesheet" href="/css/jquery.datetimepicker.css"> <script src="/js/jquery.js"></script> <script src="/js/jquery.datetimepicker.min.js"></script> <input id="datetimepicker" type="text" > 

I am following the below link: 我关注以下链接:

http://www.myjqueryplugins.com/jquery-plugin/datetimepicker#field_options http://www.myjqueryplugins.com/jquery-plugin/datetimepicker#field_options

尝试更改: <script src="/js/jquery.datetimepicker.full.min.js"></script> jsFiddle

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Uncaught TypeError:undefined不是一个函数jquery.datetimepicker.js:1619(匿名函数) - Uncaught TypeError: undefined is not a function jquery.datetimepicker.js:1619(anonymous function) jquery.min.js:2未捕获的TypeError:$(…).select2不是函数 - jquery.min.js:2 Uncaught TypeError: $(…).select2 is not a function 未捕获的类型错误:r.getClientRects 不是函数 jquery.min.js:2 - Uncaught TypeError: r.getClientRects is not a function jquery.min.js:2 未捕获的TypeError:undefined不是加载jquery-min.js的函数 - Uncaught TypeError: undefined is not a function on loading jquery-min.js 错误“未捕获的TypeError:$(...)。datetimepicker不是函数” - Error “Uncaught TypeError: $(…).datetimepicker is not a function” BootStrap:未捕获的TypeError:$(...)。datetimepicker不是函数 - BootStrap : Uncaught TypeError: $(…).datetimepicker is not a function 已解决 - Uncaught TypeError: $(...).datetimepicker is not a function at app.js:61 - Solved - Uncaught TypeError: $(…).datetimepicker is not a function at app.js:61 错误:jQuery jquery.min.js?_ = 1420285687057:4未捕获的TypeError:未定义不是函数 - Error: jQuery jquery.min.js?_=1420285687057:4 Uncaught TypeError: undefined is not a function Jquery-ui-1.9.2.custom.min.js:6 未捕获类型错误:e.ui.isOverAxis 不是 function - Jquery-ui-1.9.2.custom.min.js:6 Uncaught TypeError: e.ui.isOverAxis is not a function 未捕获的TypeError:undefined不是initslider-1.js:1函数(匿名函数)AmazingSlider - Uncaught TypeError: undefined is not a function initslider-1.js:1 (anonymous function) AmazingSlider
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM