jquery datepicker日期控件在IE中显示正常,在firefox中选择一次日期,年份就自动增加一百年的问题

2024-12-22 18:46:05
推荐回答(4个)
回答1:

  您好!很高兴为您答疑!

  Date对象的getYear()在不同的浏览器中获取的值不一样,火狐浏览器下为:getFullYear()
  您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。

回答2:

_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)...

回答3:

建议重新下个新的版本

回答4:

靠 不是吧 这么夸张。。。