• 五、判断银行卡号的正则


    1. BPM.blockUI({ target: $("#blockAddDiv"), boxed: true, message: FeekongLan.label.loadmsg });//增加锁定  
    2.                        var pattern = /^([1-9]{1})(d{14}|d{18})$/,  
    3.                     str = $("#CardCode").val().replace(/s+/g, "");  
    4.                        if (!pattern.test(str)) {  
    5.                            var msgModel = { MsgType: "warning", msg: "请正确输入银行卡号!", result: false, msgTitle: "系统提示" };  
    6.                            BPM.ShowMsg(msgModel);  
    7.                            $("#CardCode").focus();  
    8.                            BPM.unblockUI($("#blockAddDiv")); //解除锁定  
    9.                            return false;  
    10.                        }  
  • 相关阅读:
    tiled工具使用
    shan
    随笔
    潘大神又一篇
    潘大神的文章
    最近用到这个强大的工具 PhysicsEditor (转)
    为什么要写博客?
    nyoj 998
    欧拉函数
    背包问题
  • 原文地址:https://www.cnblogs.com/deng-jie/p/9104228.html
Copyright © 2020-2023  润新知