jQuery技术:为什么我的日期选择器和时间选择器不显示?

我的日期选择器和时间选择器不会显示在“输入日期:”和“输入时间:”字段旁边: http : //heightsdental.com/RequestAppt.php 。 代码中有php include语句,当它们不存在时: http : //evamagnus.com/RequestAppt.php ,显示日期和时间选择器。

         
       
(function($){ var pickerOpts = { minDate: new Date(), maxDate: "+3m,", showButtonPanel: true, showOn: "button", buttonImage: "images/cal.png", }; $("#date").datepicker(pickerOpts); })(jQuery);
Enter a time: $('#time1').ptTimeSelect({ popupImage: 'Select Time' });
To prevent automated spam posts,
please type in the access code displayed:

Access code

Access Code:

    以下路径中缺少文件:

    您的jQuery UI脚本包含失败。

    快速浏览一下chrome的开发工具,可以看出:

     Failed to load resource: the server responded with a status of 404 (Not Found) https://heightsdental.com/js/jquery.ui.core.js Failed to load resource: the server responded with a status of 404 (Not Found) https://heightsdental.com/js/jquery.ui.datepicker.js Uncaught TypeError: Object [object Object] has no method 'datepicker' RequestAppt.php:159 Uncaught TypeError: Property '$' of object [object Window] is not a function RequestAppt.php:167 

    含义:您的JavaScript包含指向不存在的文件。

    查看你的js子目录显示:他们真的不在那里。

    (这很糟糕,允许索引,禁用目录列表 )

      以上就是jQuery教程分享为什么我的日期选择器和时间选择器不显示?相关内容,想了解更多jQuery开发(异常处理)及jQuery教程关注计算机技术网(www.ctvol.com)!)。

      本文来自网络收集,不代表计算机技术网立场,如涉及侵权请联系管理员删除。

      ctvol管理联系方式QQ:251552304

      本文章地址:https://www.ctvol.com/jquerytutorial/558153.html

      (0)
      上一篇 2021年1月26日
      下一篇 2021年1月26日

      精彩推荐