摘要:
一些常用的代码片段, 正则查找,移动端打电话,发邮件,发短信,
版本更新:
170217:添加16 17 缓动效果
170302:添加18 多个背景图设置
2017年3月8日 修复正则检查是否包含某个字符串 bug 阅读全文
摘要:
如何避免或者禁止chrome浏览器缓冲图片以及css等资源文件 阅读全文
摘要:
web中有关文档元素距离的几个jquery属性 阅读全文
摘要:
适配iphone各版本的代码 阅读全文
摘要:
移动端响应式的基础设置 阅读全文
摘要:
webstorm 解析scss预处理器的方法及步骤 阅读全文
摘要:
<!--[if lte IE 6]> <![endif]--> IE6及其以下版本可见 <!--[if lte IE 7]> <![endif]--> IE7及其以下版本可见 <!--[if IE 6]> <![endif]--> 只有IE6版本可见 <![if !IE]> <![endif]> 除 阅读全文
摘要:
//display .db{display: block} .di{display: inline} .dib{display: inline-block} .hide{display: none;} .show{display:block;} .tdn{text-decoration: none;} //text .tl{text-align: left} .tr{text-align: r... 阅读全文
摘要:
webstorm全局搜索查找替换某个文件夹里文件内的所有内容 阅读全文
摘要:
swiperapi的一些中文解释 阅读全文