出于某种原因,我网站上的日期选择器不适用于所有页面。 如果您点击日历图标here,您会看到日期选择器看起来像它应该的那样。
但是,当您填写数据并点击提交按钮时,您将进入下一页。 在该页面上还有一个日历图标,但由于某种原因点击该图标并没有做任何事情。我无法弄清楚是什么造成的。
这是控制台抛出的错误:
Uncaught TypeError: Cannot read property '0' of undefined
writeBottomBarnormaldhtmlgoodies_calendar.js:717
initCalendarnormaldhtmlgoodies_calendar.js:773
displayCalendarnormaldhtmlgoodies_calendar.js:811
(anonymous function)/?ptype=user_booking:150
onclick
答案 0 :(得分:2)
第717行
bottomString = bottomString.replace('[monthString]',monthArrayShort[d.getMonth()]);
monthArrayShort
未定义。
它们不相同 - 第一页包含以下不在第二页的js文件。
http://thestrandreservation.spin-demo.com/wp-content/themes/HotelBooking/js/dhtmlgoodies_calendar.js