jquery實現註冊驗證

2021-07-11 15:11:17 字數 688 閱讀 9072

簡單實現了 驗證郵箱格式是否正確,兩次輸入密碼是否一致的功能。每次當滑鼠聚焦到其他地方的時候,對當前正在輸入的文字框進行驗證**中已經有很多注釋了,所以就直接貼**了。

jquery**

$(document).ready(function());

//失去焦點的時候,進行判斷輸入的內容正不正確

$(".int :input").blur(function()$/.test(value) ))else

}else if($(this).is("#password") )else

}else if( $(this).is("#cpassword") )else

}if(errormsg != "")else

});//提交驗證

var $cr = $("#cr");

$("#send").click(function()

//如果表單中有onerror類,表示某些框的資訊不符合要求

var numerror = $('form .onerror').length;

if(numerror)

});//重置

$('#res').click(function()); })

html**

密碼:

確認密碼:

同意相關條款

jquery 註冊驗證例子

var state false document ready function txt2username val 返回資料的格式 datatype text xml html script json jsonp text 在請求之前呼叫的函式 beforesend function 成功返回之後呼叫...

jquery 註冊驗證例子

var state false document ready function txt2username val 返回資料的格式 datatype text xml html script json jsonp text 在請求之前呼叫的函式 beforesend function 成功返回之後呼叫...

jquery 註冊驗證例子

var state false document ready function txt2username val 返回資料的格式 datatype text xml html script json jsonp text 在請求之前呼叫的函式 beforesend function 成功返回之後呼叫...