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