摘要: 1 //--下面是全局变量及方法-- 2 var path=getRootPath(); 3 var pattens = { 4 mobile:"^(1[34578])[0-9]{9}$", //手机号 5 email : "^\\w+((-\\w+)|(\\.\\w+))*\\@[A-Za-z0-9]+((\\.|-)[A-Za-z0-9]+... 阅读全文
posted @ 2016-06-21 14:25 前端渣的日常记录 阅读(524) 评论(0) 推荐(0)
摘要: 1 //放大图片 2 $(page).on('click','.popupImage img',function () { 3 var that = $(this); 4 that.popupImage({ 5 this:that, 6 width... 阅读全文
posted @ 2016-06-21 14:18 前端渣的日常记录 阅读(752) 评论(0) 推荐(0)
摘要: 效果如下: 1 <div class="otherPic"> 2 <div id="showOtherImage"></div> 3 <span class="pull-left position_relative" id="openIdCardImg"> 4 <span class="icon c 阅读全文
posted @ 2016-06-21 14:15 前端渣的日常记录 阅读(856) 评论(0) 推荐(0)
摘要: 效果如下: 阅读全文
posted @ 2016-06-21 14:10 前端渣的日常记录 阅读(1356) 评论(0) 推荐(0)
摘要: 效果如下: 阅读全文
posted @ 2016-06-21 14:00 前端渣的日常记录 阅读(3269) 评论(0) 推荐(0)