smelikecat

导航

上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页

2016年1月27日 #

[chrome-debug]如何使用chrome调试你的移动设备

摘要: ### usb debug by remote chrome ### https://developer.chrome.com/devtools/docs/remote-debugging ### chrome develop tools ### https://developers.google. 阅读全文

posted @ 2016-01-27 16:50 smelikecat 阅读(472) 评论(0) 推荐(0) 编辑

2016年1月19日 #

[jquery]如何实现页面单块DIV区域滚动展示

摘要: // 未实现功能的代码 1(自己写的代码) var _cur_top = $(window).scrollTop(); var num = $(".class_section").length; var wH = $(window).height... 阅读全文

posted @ 2016-01-19 09:14 smelikecat 阅读(564) 评论(0) 推荐(0) 编辑

2016年1月13日 #

[jquery] 遮罩弹窗,点击遮罩弹窗自动隐藏

摘要: $("#id_sign_forbidden_win .c-content").click(function(event){ event.stopPropagation(); // 阻止点击事件的冒泡 }); $("#id_sign_forbidden_win").bind("click... 阅读全文

posted @ 2016-01-13 20:17 smelikecat 阅读(431) 评论(0) 推荐(0) 编辑

2016年1月8日 #

[正则表达式] PHP 中使用正则表达式收集(2016/01/08 - )

摘要: // 1. 过滤字符串中src 属性为空的img 标签 $filterBack = preg_replace("/]*src\=[\'\"][\'\"][^]*>/" , "" , $str);// 。。。。 阅读全文

posted @ 2016-01-08 17:15 smelikecat 阅读(188) 评论(0) 推荐(0) 编辑

2016年1月7日 #

[require-js]向下滑动ajax加载的javascript实现

摘要: define(function(){ function ScrollMoreInfo($wraper , loadDataFunc , json_ids , perNum , tpl_info) { this.$wraper = $wraper; this.loadDataFunc = l... 阅读全文

posted @ 2016-01-07 15:00 smelikecat 阅读(419) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页