function checkAccount(){
var phone = $.trim($("#account").val());
var reg = /^0?1[345678]\d{9}$/;
var $el = $("#account_error");
if (!reg.test(phone) || (phone.length != 11)){
$el.text("输入不正确!");
return false;
}else{
$el.text("");
$.ajax({
url: 'http://web.5c.com.cn/checkuser.php',
data: {
name: $("#account").val(),
opera: "usee"
},
success:function (data) {
if(data=='0'){
$el.text("此手机号已存在!");
}
if(data=='1'){
$el.html("<span style='color: #1dd2af;'>恭喜您,该手机号可以使用!</span>");
}
if(data=='2'){
$el.text("登录平台时用。英文或汉字任意组合!");
}
if(data=='3'){
$el.text("手机号码必须为11位!");
}
}
});
}
return true;
}
function checkPW() {
var pw = $('#password1').val();
var $el = $("#password1_error");
if(pw == ""){
$el.text("请输入密码!");
return false;
}else{
$el.text("");
return true;
}
return true;
}
function checkAA() {
var company = $('#company').val();
var $el = $("#company_error");
if(company == ""){
$el.text("请输入公司名称!");
return false;
}else{
$el.text("");
return true;
}
return true;
}
function checkBB() {
var realname = $('#company').val();
var $el = $("#realname_error");
if(realname == ""){
$el.text("请输入联系人!");
return false;
}else{
$el.text("");
return true;
}
return true;
}
var showPwd = function(){
$("#password1").attr("type","text");
$(".eye").addClass('green-eye');
}
var hidePwd = function(){
$("#password1").attr("type","password");
$(".eye").removeClass('green-eye');
}
$(function() {
$("body").delegate("input","focus",function(){
$(this).siblings('.close').show();
});
$("body").delegate(".close","click",function(){
$(this).siblings('input').val('');
});
$("body").delegate("#showPassBtn","click",function(){
if($(this).hasClass('green-eye')){
hidePwd();
}else{
showPwd();
}
});
})
function chk(theform){
var account = $('#account').val();
var company = $('#company').val();
var realname = $('#realname').val();
var vcode = $('#vcode').val();
var password = $.trim($('#password1').val());
if(account==""){
alert("请输入手机号!");
theform.account.focus();
return false;
}
else if(theform.account.value.length !== 11){
alert("手机号长度必须为11位!");
theform.account.focus();
return false;
} else if (password.length < 5){
alert("密码必须输入,且不少于5位");
theform.account.focus();
return false;
} else if ((vcode.length != 4) && (vcode.length != 5)) {
alert("图形验证码错误");
theform.vcode.focus();
return false;
}
// else if(realname==""){
// alert("请输入联系人!");
// theform.realname.focus();
// return false;
// }
// else if(company==""){
// alert("请输入公司名称!");
// theform.company.focus();
// return false;
// }
// else if(company.length<4){
// alert("请输入正确的【公司名称】!");
// theform.company.focus();
// return false;
// }
// else if(realname.length<2){
// alert("请输入正确的【联系人名称】!");
// theform.realname.focus();
// return false;
// }
else return true;
}
如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!
txttool.com 说一段 esp56物联 查询128 IP查询