jquery datepicker日期控件在IE中显示正常,在firefox中选择一次日期,年 ...
发布网友
发布时间:2022-04-29 09:16
我来回答
共4个回答
热心网友
时间:2022-04-24 17:19
您好!很高兴为您答疑!
Date对象的getYear()在不同的浏览器中获取的值不一样,火狐浏览器下为:getFullYear()
您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
热心网友
时间:2022-04-24 18:37
_gotoToday中最后的
this._notifyChange(inst);
this._adjustDate(target);
改成
this._notifyChange(inst);
this._notifyChange(inst);
inst.currentDay = inst.selectedDay;
inst.currentMonth = inst.selectedMonth;
inst.currentYear = inst.selectedYear;
this._selectDate(id, this._formatDate(inst,inst.currentDay, inst.currentMonth, inst.currentYear));
this._adjustDate(target);
当点击today按钮后,datepicker总是不断地冒出来。这个问题在Firefox里就没..._gotoToday中最后的 this._notifyChange(inst); this._adjustDate(target)...追问谢谢这位的详细回复,试了还是一样的情况,我的在firefox里不是不断冒出来,而是点击一次弹出的日历控件上面年份就增加一百年。麻烦再帮忙想想是啥原因
热心网友
时间:2022-04-24 20:12
建议重新下个新的版本
热心网友
时间:2022-04-24 22:03
靠 不是吧 这么夸张。。。