我正在我的移动网站上实现一个jquery datepicker。它在FF上工作得很好,而我却无法使用它。这些是我为使datepicker工作而包含的文件。
jquery.ui.datepicker.js
jquery.ui.all.css
jquery.ui.core.css
jquery.ui.datepicker.css
jquery.ui.theme.css
jquery-ui-1.8.13.custom.min.js
jquery.mobile.min.js
我错过了任何文件吗?任何人都可以知道它为什么不在safari和chrome工作?它不适用于任何webkit浏览器。感谢您的期待。
此致 BG
答案 0 :(得分:0)
检查您是否在页面呈现后调用datepicker。
$(document).ready(function(){
$(".data").datepicker();
});