随笔分类 -  源码分析

源码学习
摘要:IE (11 and under) 会触发input事件即使placeholder的值改变了,甚至会在一些和input无关的动作时触发input事件,例如focusing 在一个表单控件,select等 IE9对input 事件实现混乱,按backspace键、delete键或者cut不会触发 ie 阅读全文

posted @ 2016-01-28 14:52 迷茫小飞侠 阅读(94) 评论(0) 推荐(0)

seajs源码
摘要:/*** Sea.js 3.0.0 | seajs.org/LICENSE.md 中文注释由 李祥威 添加,为个人对细节的理解,官方解释很详细的地方就不说了 难免有错漏,联系我: chuangweili@163.com*/(function(global, undefined) {//... 阅读全文

posted @ 2016-01-27 10:34 迷茫小飞侠 阅读(199) 评论(0) 推荐(0)

zepto源码
摘要:/** * * ┏┓ ┏┓ * ┏┛┻━━━┛┻┓ * ┃ ┃ * ┃ ━ ┃ * ┃ ┳┛ ┗┳ ┃ * ┃ ┃ * ┃ ┻ ┃ * ┃ ┃ * ┗━┓ ┏━┛Code is far away fro... 阅读全文

posted @ 2016-01-27 10:32 迷茫小飞侠 阅读(746) 评论(0) 推荐(1)

导航