$("input[name='phonf']").blur(function () {
if ($(this).val() == '') {
$(this).attr('placeholder', '联系手机不能为空')
return
} else {
$(this).attr('placeholder', '')
}
var reg1 = /^1[345678]\d{9}$/;
if (reg1.test($(".phonf").val())) {
return
} else {
$(".phonf").val()==""
alert("错误");
}
});
Angelinavae
慕的地6079101
qq_茬芐迷茫_03118827
慕粉18221508921