07 2016 档案

摘要:// 身份证验证 //身份证正则表达式(15位) isIDCard1=/^[1-9]\d{7}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}$/; //身份证正则表达式(18位) isIDCard2=/^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[ 阅读全文
posted @ 2016-07-21 13:36 forgere 阅读(311) 评论(0) 推荐(0)
摘要:$('.items').on('moveend',function(e){ if(e.startX < e.pageX){ $(window).trigger('sliderMoveLeft'); }else{ $(window).trigger('sliderMoveRight'); } }); 阅读全文
posted @ 2016-07-20 17:31 forgere 阅读(154) 评论(0) 推荐(0)
摘要:1.附件列表 2.带有index的 3.自身与兄弟元素 4.properties button 5.content_tag 6.content_img 7.home是举例子 是文件夹 8变量穿插 h2="¥#{ticket.content['price']}" =image_tag("tag_#{t 阅读全文
posted @ 2016-07-20 17:15 forgere 阅读(351) 评论(0) 推荐(0)
摘要:a:focus,input:focus{2 -webkit-tap-highlight-color:rgba(0,0,0,0) 阅读全文
posted @ 2016-07-14 19:23 forgere 阅读(1902) 评论(1) 推荐(0)