下载:jquery-form.js

$("#addCode").ajaxSubmit(function(data){
                if(data==1){
                    alert("导入成功!");
                    window.location.href="${ctx}/activity/getPrize";
                }else{
                    alert("导入失败!");
                }
                });

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-11-18
  • 2021-11-27
  • 2021-11-27
  • 2021-06-27
  • 2022-02-05
猜你喜欢
  • 2022-02-28
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案