email地址验证
复制代码 代码如下:
function checkEmail(){
var email=$.trim($("#report_email").val());
if(email == ""){
$("#report_email").next('p').html("*请输入邮箱地址!");
return false;
}
var re = /^([a-zA-Z0-9]+[_|_|.]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|_|.]?)*[a-zA-Z0-9]+.[a-zA-Z]{2,3}$/ig;
if(!re.test(email)){
$("#report_email").next('p').html("*邮箱地址格式错误!");
return false;
}
return true;
}
url地址验证
复制代码 代码如下:
function getUrlArray(e, type){
var urls = $.trim($("#report_url_list").val());
urls = urls.replace(/s*n+s*/ig,"n");
$("#report_url_list").val(urls);
//format the urls
if(type == "blur"){
reportUrlElm.val(urls);
}
if(e && e.keyCode == 13){
reportUrlElm.val(urls + "n");
}
urls = urls.split("n");
user_urls = urls;
return urls;
}
function checkurls(e, type) {
$("#errorList").find("span").hide();
urls = getUrlArray(e, type);
var urlfag = true;
url_index = 0;
var urlText="请填写举报网站,您可以举报多个网址,每行一个,一次不超过20个。";
if(!urls[0] || urls[0] == urlText){
$("#report_url_list").val(urlText).css("color","#757575");
$("#report_url_list").next('p').html('*请输入正确的网址');
$.urlfag=false;
return false;
}
if(urls.length > 20){
$("#report_url_list").next('p').html("已超过20个,请分批举报")
$.urlfag=false;
return false;
}
$.urlfag=true;
for(url_index=0;url_index<urls.length;url_index++){
$.urlfag = checkEachUrl(urls, url_index) && $.urlfag ;
}
return urlfag;
}
function checkEachUrl(urls, index){
var e=urls[index];
a = e.replace(/^http:///, "");
if (a.indexOf("/") != -1) {
a = a.substring(0, a.indexOf("/"));
}
var rg = /^((https?|ftp|news)://)?([w-]+.)+(.)+(:d+)?(/[w- ./?%&=]*)?$/i;
if(!rg.test(a)){
urlError("格式错误",index,-1);
return false;
}
if(inUrlArray(urls,index)){
urlError("请不要举报同一条网站",index,-1);
return false;
}
$.ajax({
async:false,
url:"http://api.pc.qq.com/tapi/url_report.php?url=http://"+a,
dataType: "jsonp",
method: "GET",
success:function(a){
if(a.is_existed=="yes"){
urlError("该网址已被举报",index,-1);
$.urlfag= false;
}
}
});
urlError("正常",index,0);
return true;
}
function inUrlArray(urls,index){
var r=false
for(i=index+1;i<urls.length;i++){
a = urls[index].replace(/^http(s?):///, "");
b = urls[i].replace(/^http(s?):///, "");
if(a==b)
r=true;
}
return r;
}
function urlError(msg,index,type){
type=type|| 0;
var test = $("#errorList div").find("span").eq(index);
test.show();
if(type<0){
test.attr('title',msg).css("background-position","-20px 0px");
}else{
test.attr('title',msg).css("background-position","0px 0px");
}
}
邮箱地址,URL地址,正则
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
更新日志
- 【雨果唱片】中国管弦乐《鹿回头》WAV
- APM亚流新世代《一起冒险》[FLAC/分轨][106.77MB]
- 崔健《飞狗》律冻文化[WAV+CUE][1.1G]
- 罗志祥《舞状元 (Explicit)》[320K/MP3][66.77MB]
- 尤雅.1997-幽雅精粹2CD【南方】【WAV+CUE】
- 张惠妹.2007-STAR(引进版)【EMI百代】【WAV+CUE】
- 群星.2008-LOVE情歌集VOL.8【正东】【WAV+CUE】
- 罗志祥《舞状元 (Explicit)》[FLAC/分轨][360.76MB]
- Tank《我不伟大,至少我能改变我。》[320K/MP3][160.41MB]
- Tank《我不伟大,至少我能改变我。》[FLAC/分轨][236.89MB]
- CD圣经推荐-夏韶声《谙2》SACD-ISO
- 钟镇涛-《百分百钟镇涛》首批限量版SACD-ISO
- 群星《继续微笑致敬许冠杰》[低速原抓WAV+CUE]
- 潘秀琼.2003-国语难忘金曲珍藏集【皇星全音】【WAV+CUE】
- 林东松.1997-2039玫瑰事件【宝丽金】【WAV+CUE】