19[89])\d{8}$/; if (!myreg.test($('#telphone').val())) { alert("请输入正确的手机号!"); $('#telphone').val() = ""; return false; } if (!$('#contents').val()) { alert("内容不能为空"); return false; } $.ajax({ url: "/page/message.html", type: 'post', dataType: 'json', data: $(".message").serialize(), }) .done(function(res) { alert(res.info); if (res.status == 1) { //成功 cleanUp(); } else { //失败 } console.log("success"); }) .fail(function() { alert("未知错误"); console.log("error"); }) .always(function() { console.log("complete"); }); });

推荐产品

相关资讯MORE

用户评论



我要评论

( 内容500字以内 )

重写提交