上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 32 下一页
  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) 编辑
  2018年3月28日
摘要: 第一种,只区分浏览器,不考虑版本 第二种,区分浏览器,并考虑IE5.5 6 7 8 阅读全文
posted @ 2018-03-28 20:37 刘世涛6192 阅读(221) 评论(0) 推荐(0) 编辑
  2018年3月23日
摘要: $(window).load(function(){ loadImg(); }); function loadImg(){ $(".m_shopContents").find("img").each(function(){ var src = $(this).attr("data-src"); if ... 阅读全文
posted @ 2018-03-23 10:47 刘世涛6192 阅读(123) 评论(0) 推荐(0) 编辑
  2018年3月22日
摘要: html: js: 阅读全文
posted @ 2018-03-22 08:44 刘世涛6192 阅读(971) 评论(0) 推荐(0) 编辑
  2018年3月21日
摘要: 网页可见区域宽: document.body.clientWidth; 网页可见区域高: document.body.clientHeight; 网页可见区域宽: document.body.offsetWidth (包括边线的宽); 网页可见区域高: document.body.offsetHei 阅读全文
posted @ 2018-03-21 21:45 刘世涛6192 阅读(136) 评论(0) 推荐(0) 编辑
摘要: // 验证开头不为零的正整数 WST.zhengZhengShuIn = function (className){ var rex = /^[1-9]{1}[0-9]*$/;//正整数 $("."+className).keyup(function(event){ var event = event || window.event; var va... 阅读全文
posted @ 2018-03-21 17:32 刘世涛6192 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 1. 将时间戳转换成日期格式 例子 ? // 比如需要这样的格式 yyyy-MM-dd hh:mm:ss var date = new Date(1398250549490); Y = date.getFullYear() + '-'; M = (date.getMonth()+1 < 10 ? ' 阅读全文
posted @ 2018-03-21 17:10 刘世涛6192 阅读(218) 评论(0) 推荐(0) 编辑
摘要: laydate 代码下载网址:https://github.com/1290800466/mac_win/tree/master/laydate 阅读全文
posted @ 2018-03-21 16:34 刘世涛6192 阅读(778) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 32 下一页