摘要: rem两个比较好的框架 淘宝Flexible https://github.com/amfe/lib-flexible 使用Flexible实现手淘H5页面的终端适配 https://github.com/amfe/article/issues/17 adaptive https://github. 阅读全文
posted @ 2015-05-14 17:09 surfaces 阅读(1186) 评论(0) 推荐(0) 编辑
摘要: tap事件 tap 事件相当于 pc 浏览器中的 click 效果,虽然在触屏设备上 click 事件仍然可用,但是在很多设备上,click 会存在一些延迟,如果想要快速响应的 “click” 事件,需要借助 touch 事件来实现。 element.addeventlistener( 'touch 阅读全文
posted @ 2015-05-14 14:21 surfaces 阅读(637) 评论(0) 推荐(0) 编辑
摘要: //第一个 Author: Alone //依赖jQuery 或者Zepto 第二个 作者未知(依赖jquery) 第三个 其他地方 阅读全文
posted @ 2015-05-14 14:10 surfaces 阅读(2515) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-14 13:53 surfaces 阅读(261) 评论(0) 推荐(0) 编辑
摘要: <script> var isIe = !-[1,]; // alert('ie9 之前'+isIe); var ie = 'ActiveXObject' in window; //alert('sadsd'+ie); var ie2 = !!('ActiveXObject' in window); 阅读全文
posted @ 2015-05-14 13:45 surfaces 阅读(879) 评论(0) 推荐(0) 编辑
摘要: 使用iScroll时,input等不能输入内容的解决方法 <script> function allowFormsInIscroll(){ [].slice.call(document.querySelectorAll('input, select, button')).forEach(functi 阅读全文
posted @ 2015-05-14 11:26 surfaces 阅读(2989) 评论(0) 推荐(1) 编辑
摘要: 参考写的类似的 pie 饼状图 效果如下 代码如下 阅读全文
posted @ 2015-05-14 09:25 surfaces 阅读(17761) 评论(1) 推荐(0) 编辑