Mobile phone number limit (11 is a number)

Source: Internet
Author: User

Phone Number Restrictions

<inputtype="text" id="phone" maxlength="11" onkeyup="this.value=this.value.replace(/\D/g,‘‘)"/>

JS with two-bit decimal point limit

input 框中写法
<input clas="Easyui-validatebox" type="text" name="  Expectmoney" onkeyup= 'clearnonum (this)' /> yuan 0.00           
functionClearnonum (obj) {obj.Value = obj.Value.Replace (/[^\d.) /g,"");Clear the numbers and. Other than the character obj.Value = obj.Value.Replace (/^\./g,"");//Verify that the first character is a number instead of Obj.value = obj. value. replace (/\.{ 2,}/g, "."); //Keep only the first one. Clear the excess obj.value = obj. value. replace ( ".", replace (/\./g, Replace ( "$#$", value = Obj.value. Replace (/^ (\-) * (\d+) \. ( \d\d). *$/, ' $1$2.$3 '); //Enter only two decimals}

Mobile phone number limit (11 is a number)

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.