Use jquery to validate bank card number information

Source: Internet
Author: User

  $ ("#bankAccountNumber"). Change (function () {
Alert ("1"),
var account = $ (" ChannelForm.bankAccount.account "). Val ();
Alert ("2");
var reg =/^d{19}$/g//is preceded by a 19-digit number, ending with a 19-digit number
if (!reg.test)
{
Alert ("Malformed, should be a 19-digit number!"). ");
}

})

<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
<meta http-equiv= "Content-type" Content= "text/html; charset=gb2312 "/>
<title> Verify bank account </title>
<style type=" Text/css "
<!--
. STYLE1 {color: #FF0000}

</style>
<script language= "javascript" type= "Text/javascript" >
function Check ()
{
var account = Document.form1.account.value
var reg =/^d{19}$/g;//begins with a 19-digit number ending with a 19-digit number
if (!reg.test (account)
{
Alert ("Malformed, should be 19 digits!") ");
}
Else
{
Alert ("Validation succeeded!"). ");
}

</script>

<body>
<form id= "Form1" Name= "Form1" method= "Post" action= ""
<p> Account:
<input type= " Text "name= account" id= "account"/>
  <span class= "STYLE1" >* (19 digits) </span></p>
<p> 
<input type= "button" name= "button" id= "button" value= "Verify" onclick= "Check ()"/>
</p
</form>
</body>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.