首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Internet explorer 8中未显示日期选择器

Internet explorer 8中未显示日期选择器
EN

Stack Overflow用户
提问于 2013-11-08 14:48:08
回答 1查看 496关注 0票数 0

我使用了struts-2作为我的应用程序,为了创建datepicker,我使用了“struts-jquery-...it”标签在其他浏览器中工作得很好,但是在Internet explorer中,它在all..My代码中没有显示出来。

代码语言:javascript
复制
<%@ taglib prefix="sj" uri="/struts-jquery-tags"%>
<sj:head/>
<sj:datepicker name="dueDate" id="dueDate" displayFormat="mm/dd/yy" label="Due Date" changeMonth="true" changeYear="true" title="Due Date" showButtonPanel="true" maxlength="10" readonly="true" buttonImage="/BPELServiceInvoke/resources/images/calendar_add.png" buttonImageOnly="true" duration="fast"  />
EN

回答 1

Stack Overflow用户

发布于 2013-11-09 11:25:46

这与该插件的浏览器兼容性问题密切相关。

最好的方式是在这里发帖:https://code.google.com/p/struts2-jquery/wiki/DatePickerTag

同时,试着降低你正在使用的插件的版本。我确信老版本将会支持IE8。

另外,查看正在使用的jquery版本的更改日志以及它对IE8 - https://code.google.com/p/struts2-jquery/wiki/Changelog的支持

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/19853163

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档