摘要: https://www.sitepoint.com/write-maintainable-javascript/ 阅读全文
posted @ 2016-05-23 22:41 zyip 阅读(133) 评论(0) 推荐(0)
摘要: https://www.sitepoint.com/10-guidelines-better-website-background-videos/ 阅读全文
posted @ 2016-05-23 22:05 zyip 阅读(134) 评论(0) 推荐(0)
摘要: https://www.sitepoint.com/intuitive-scrolling-interfaces-with-css-scroll-snap-points/ 阅读全文
posted @ 2016-05-23 22:00 zyip 阅读(123) 评论(0) 推荐(0)
摘要: smartClick:function(id,name,waiter,e){ var desk = $$(e.currentTarget).data('raw'); if(this.lastClickTime[id] && ((new Date())-this.lastClickTime[id])>70) ... 阅读全文
posted @ 2016-05-23 15:57 zyip 阅读(348) 评论(0) 推荐(0)
摘要: 在某些版本的safari上,:active伪类不生效,可以通过css和js两种方式hack一下: html css javascript online demo JS Bin on jsbin.com 阅读全文
posted @ 2016-05-23 10:01 zyip 阅读(191) 评论(0) 推荐(0)