2018年3月30日
摘要: js部分: 阅读全文
posted @ 2018-03-30 15:37 刘世涛6192 阅读(867) 评论(0) 推荐(0) 编辑
摘要: WST.zhengZhengShuIn = function (className){ var rex = /^[1-9]{1}[0-9]*$/;//正整数 $("."+className).keyup(function(event){ var event = event || window.event; var value = $(this).v... 阅读全文
posted @ 2018-03-30 15:33 刘世涛6192 阅读(6447) 评论(0) 推荐(0) 编辑
摘要: WST.onlyPriceNum = function (obj) { var priceRegex = /^\d+\.?\d{0,2}$/; obj.blur(function(event) { var event = event || window.event; var val = $(this).val(); var newV... 阅读全文
posted @ 2018-03-30 15:33 刘世涛6192 阅读(575) 评论(0) 推荐(0) 编辑