easyui的datebox 在ie8上失效,不管选中那个日期显示的都是当前日期

提问 已结 5 6157
悬赏:20飞吻
easyui 的日期框 DateBox 在ie8上无法使用,在ie11、谷歌浏览器上正常。

引入的js为:
jquery-1.10.2.min.js
jquery.easyui.min.js

代码为:
<input type="text" id="datefrom" name="datefrom" class="easyui-datebox" style="width: 125px;height:26px;" 
data-options="onSelect:function(date) {
alert(date.getDate());
}">
选中10月1号时,会有弹出,但在选项框中显示得却是当前时间。

如下图

回帖
回帖须知