我一直在尝试将datetimepicker(http://trentrichardson.com/examples/timepicker/)功能添加到我的表单中,但首先,我创建了简单的html文件来测试该库。它不起作用。这是我的HTML代码:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="http://code.jquery.com/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-timepicker-addon.js" type="text/javascript"></script>
<title>Test Environment</title>
</head>
<body>
<div>
<form>
<input id="appointment-form" name="app" value="">
</form>
</div>
<script>
$(document).ready(function(){
jQuery('#appointment-form').datetimepicker();
});
</script>
</body>
</html>
我得到了
TypeError: e is undefined
...eturn t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=...
jquery....min.js (line 2)
所有库按正确顺序加载,不知道还能做什么
更新 添加了datetimepicker库的链接
答案 0 :(得分:0)
我已经再次下载了该库并且它工作了) 感谢Alvaro,这个愚蠢的问题可以关闭。