解决办法:在<head>....</head>中加入<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />将浏览器的兼容模式设置成ie8的

 

另一种解决办法:

设置参数semantic:true

代码:

 var ajax_option={
                    semantic:true,
                    success:function(res){
                       
                    }
                }
$('#Form1').ajaxSubmit(ajax_option);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案