05 2016 档案
摘要:script. str = !{JSON.stringify(val)}; res.render('wxpay', {val:result});
阅读全文
摘要:https://www.sitepoint.com/modern-css-buttons/
阅读全文
摘要:https://www.sitepoint.com/write-maintainable-javascript/
阅读全文
摘要:https://www.sitepoint.com/10-guidelines-better-website-background-videos/
阅读全文
摘要:https://www.sitepoint.com/intuitive-scrolling-interfaces-with-css-scroll-snap-points/
阅读全文
摘要:smartClick:function(id,name,waiter,e){ var desk = $$(e.currentTarget).data('raw'); if(this.lastClickTime[id] && ((new Date())-this.lastClickTime[id])>70) ...
阅读全文
摘要:在某些版本的safari上,:active伪类不生效,可以通过css和js两种方式hack一下: html css javascript online demo JS Bin on jsbin.com
阅读全文
摘要:auto execution/self execution/ Immediate function http://www.jslint.com/
阅读全文
摘要:var obj = { fname:'zhao', lname:'yao', parents:{ father:'zhao' }, children:[ { dname:'zhaoyiyi' } ] } var hash={fname:'firstname',lname:'lastname',father:'fathern...
阅读全文