上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: fastclick使用 1. 为什么需要使用? 移动浏览器有300毫秒的等待时间,这与双击缩放(在屏幕上快速点击两次)的方案有关。浏览器捕获第一次单击后,会先等待一段时间,如果在这段时间区间里用户未进行下一次点击,则浏览器会做单击事件的处理。如果这段时间里用户进行了第二次单击操作,则浏览器会做双击事 阅读全文
posted @ 2019-03-28 21:26 EthanCheung 阅读(256) 评论(0) 推荐(0)
摘要: css reset /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, field 阅读全文
posted @ 2019-03-21 23:19 EthanCheung 阅读(218) 评论(0) 推荐(0)
摘要: 1. 初始化 package.json 输入指令: npm init 2. 下载并安装 webpack 输入指令: npm install webpack webpack-cli -g 或 npm install webpack webpack-cli -D 3. 创建文件src/js/index. 阅读全文
posted @ 2019-03-21 23:17 EthanCheung 阅读(262) 评论(0) 推荐(0)
摘要: test 阅读全文
posted @ 2019-03-08 13:36 EthanCheung 阅读(83) 评论(0) 推荐(0)
摘要: MVVM数据绑定 阅读全文
posted @ 2019-02-21 12:16 EthanCheung 阅读(184) 评论(0) 推荐(0)
摘要: MVVM模板解析 阅读全文
posted @ 2019-02-21 11:57 EthanCheung 阅读(174) 评论(0) 推荐(0)
摘要: MVVM数据代理 阅读全文
posted @ 2019-02-19 12:48 EthanCheung 阅读(234) 评论(0) 推荐(0)
摘要: gulp 配置学习 1. gulp是与grunt功能类似的前端项目构建工具, 也是基于Nodejs的自动任务运行器 2. 能自动化地完成 javascript/coffee/sass/less/html/image/css 等文件的 合并、压缩、检查、监听文件变化、浏览器自动刷新、测试等任务 3. 阅读全文
posted @ 2019-01-16 23:03 EthanCheung 阅读(133) 评论(0) 推荐(0)
摘要: 移动端头部固定,上划逐渐透明 阅读全文
posted @ 2018-12-29 11:47 EthanCheung 阅读(1190) 评论(0) 推荐(0)
摘要: 常用时间格式化用法 阅读全文
posted @ 2018-12-10 23:09 EthanCheung 阅读(397) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 9 下一页