摘要:Document this is show demo
阅读全文
摘要:var showBigImage = new iScroll('showBigImage', { snap: 'div', snapThreshold: 480, momentum: false, zoom : ...
阅读全文
摘要:转自:http://www.cnblogs.com/Wayou/p/things_you_dont_know_about_frontend.html前端已经被玩儿坏了!像console.log()可以向控制台输出图片等炫酷的玩意已经不是什么新闻了,像用||操作符给变量赋默认值也是人尽皆知的旧闻了,今天看到Quora上一个帖子,瞬间又GET了好多前端技能,一些属于技巧,一些则是闻所未闻的冷知识,一时间还消化不过来。现分类整理出来分享给大家,也补充了一些平时的积累和扩展了一些内容。HTML篇浏览器地址栏运行JavaScript代码这个很多人应该还是知道的,在浏览器地址栏可以直接运行JavaScri
阅读全文
摘要:Document {{title}} Document {{expander.text}}
阅读全文
摘要:Document {{item.title}} {{item.price | currency}} {{item.price*item.quantity | currency}} Total: {{totalCart() | currency}} Discount: {{bill.discount | currency}} Subtotal {{bill.subtotal | currency}} ...
阅读全文