主题 : 智能表单不能验*必填 |
级别: 秀才
![]() |
1# 发表于:2019-08-12 11:05:26 IP:222.23.*.*
|
||||
---|---|---|---|---|---|
级别: 秀才
![]() |
2# 发表于:2019-08-12 11:06:17 IP:222.23.*.*
我特么就是不能传图片
$(function() { $('#submit').click( function() { var options = { url: '${base}/record_save.jspx', type: 'post', dataType: 'json', data: $('#form').serialize(), success: function(data) { if (data.status == 0) { alert('提交成功') window.location.href="http://127.0.0.1:9090/customRecord/1.jhtml"; } else if (data.status == 1) { alert('验证码错误') $('#customCaptcha').click() } else if (data.status == 2) { alert('该站点不可用') $('#customCaptcha').click() } else if (data.status == 3) { alert('您需要登陆') $('#customCaptcha').click() } else if (data.status == 4) { alert('表单发起尚未开始') $('#customCaptcha').click() } else if (data.status == 5) { alert('表单发起已经结束') $('#customCaptcha').click() } else if (data.status == 6) { alert('您今日已超过提交上限') $('#customCaptcha').click() } } } $.ajax(options) return false }) $('.cms-rest').click(function(){ window.location.reload(); }) |
||
---|---|---|---|
级别: 秀才
![]() |
3# 发表于:2019-08-12 11:06:30 IP:222.23.*.*
这是提交代码
|
||
---|---|---|---|
1
共1页