上一页 1 2 3 4 5 6 ··· 10 下一页

2018年10月16日

摘要: <div class="box_wrap"> <div class="box"> 12几乎就是卡接电话假按揭SD卡几点回家 </div><div class="box2"> 会尽快为健康卡三等奖可接受的敬爱的 </div> </div> 1.display:tabel-cell; 2.margin- 阅读全文
posted @ 2018-10-16 14:20 sameer的史迪仔 阅读(183) 评论(0) 推荐(0) 编辑

2018年10月11日

摘要: 常用的14种状态码:: 【2XX】表示【成功】200 OK 请求被正常处理204 No Content 请求被受理但没有资源可以返回 206 Partial Content 进行了范围请求 【3XX】表示【重定向】301 Moved Permanently 永久重定向。客户请求的文档在其他地方,新的 阅读全文
posted @ 2018-10-11 18:47 sameer的史迪仔 阅读(150) 评论(0) 推荐(0) 编辑

2018年9月25日

摘要: https://blog.csdn.net/qkzhx0516/article/details/79236514 阅读全文
posted @ 2018-09-25 11:18 sameer的史迪仔 阅读(116) 评论(0) 推荐(0) 编辑

2018年9月18日

摘要: 参考:1.正则匹配变量:::https://blog.csdn.net/yzbben/article/details/53467659 2.jq实时监控输入框变化:::https://blog.csdn.net/weixin_37615202/article/details/72638326 阅读全文
posted @ 2018-09-18 12:09 sameer的史迪仔 阅读(510) 评论(0) 推荐(0) 编辑

2018年9月17日

摘要: $(document) .on('input propertychange','#telInput',function (e) { if (e.type === "input" || e.orignalEvent.propertyName === "value") { } }) 阅读全文
posted @ 2018-09-17 18:00 sameer的史迪仔 阅读(726) 评论(0) 推荐(0) 编辑

2018年7月26日

摘要: 1.BrowserRouter中加basename 判断是开发环境还是线上环境: const basenamePath = process.env.NODE_ENV 'production' ? '/dkx.github.io' : '' 2.webpack.config.js中加publicPat 阅读全文
posted @ 2018-07-26 15:30 sameer的史迪仔 阅读(108) 评论(0) 推荐(0) 编辑

2018年7月20日

摘要: 就是从下往上, 子元素上面绑定了事件,父元素也绑定了事件,点击子元素就会冒泡啊 event.stopPropagation() <div class="box1"> <div class="box2"> </div> </div> $('.box1').on('click',function(){ 阅读全文
posted @ 2018-07-20 17:34 sameer的史迪仔 阅读(148) 评论(0) 推荐(0) 编辑

2018年7月11日

摘要: .searbar_content_box:hover .searchBar_checked_detail_box{ display:block} 阅读全文
posted @ 2018-07-11 15:27 sameer的史迪仔 阅读(6739) 评论(0) 推荐(0) 编辑

2018年6月15日

摘要: var idx= $(this).parent().find('.question_choice').index(this); 阅读全文
posted @ 2018-06-15 19:46 sameer的史迪仔 阅读(573) 评论(0) 推荐(0) 编辑

2018年6月1日

摘要: 1.判断机型: // 判断手机是移动端还是安卓 var u = navigator.userAgent; var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端 var isiOS = !!u.m 阅读全文
posted @ 2018-06-01 11:05 sameer的史迪仔 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页