问题描述:360兼容模式、IE浏览器,通过ajaxSubmit提交,后台不能获得参数值

解决办法:把options.semantic这个参数改成true

代码:

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

 

相关文章:

  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2021-04-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案