Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Struts2 Internet explorer 8中未显示日期选择器_Struts2_Struts2 Jquery - Fatal编程技术网

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

Struts2 Internet explorer 8中未显示日期选择器,struts2,struts2-jquery,Struts2,Struts2 Jquery,我在应用程序中使用了struts-2,在创建datepicker时,我使用了“struts jquery标记”…它在其他浏览器中运行良好,但在Internet explorer中,它根本不显示..我的代码在这里 <%@ taglib prefix="sj" uri="/struts-jquery-tags"%> <sj:head/> <sj:datepicker name="dueDate" id="dueDate" displayFormat="mm/dd/yy"

我在应用程序中使用了struts-2,在创建datepicker时,我使用了“struts jquery标记”…它在其他浏览器中运行良好,但在Internet explorer中,它根本不显示..我的代码在这里

<%@ 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"  />

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

最好的方法是在这里发布:

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


另外,请查看正在使用的jquery版本的更改日志及其对IE8的支持-

这是与浏览器兼容性相关的问题,还是与支持jquery的版本配合良好的问题。