司徒正美

Results 148 issues of 司徒正美

![qq20140421001902](https://cloud.githubusercontent.com/assets/190846/2750945/86009fac-c8a7-11e3-96f9-75826d1696f2.jpg) Set 应该改为 set

![qq20140421001228](https://cloud.githubusercontent.com/assets/190846/2750935/a5b204ae-c8a6-11e3-824d-36a90cbf7cea.jpg) ![qq20140421001351](https://cloud.githubusercontent.com/assets/190846/2750938/c9c6bd30-c8a6-11e3-82b2-d7dc3bb9fa94.jpg) ![qq20140421001434](https://cloud.githubusercontent.com/assets/190846/2750939/e5e02722-c8a6-11e3-886b-151f34141fd3.jpg)

去掉onselectionchange的实现 后面改为 ``` 现在我们回过头来搞定IE9。在IE9下,onpropertychange不好用了,惨遭阉割,不支持回退键、粘贴复制操作的监听。因此我们需要多管齐下,结合多种事件来模拟此事件了(在KISSY、YUI等框架,它们还动用到定时器) 下面的代码取自avalon.js,只要将当中的updateVModel改成你的回调函数就可用。 // https://github.com/RubyLouvre/avalon/blob/1.2.6/avalon.js#L2883 if (document.addEventListener && document.documentMode !== 9) { //IE10+, W3C element.addEventListener("input", updateVModel) data.rollback = function() { element.removeEventListener("input", updateVModel) } } else { var eventArr...

https://github.com/RubyLouvre/jsbook/blob/master/14.2.image.jpg

语言层面"包"是个非常非常重要的功能,非常非常重要,而这是前端代码组织得没有规则,不同人不同风格的组织方式,不同js框架和相应组件各自为阵的根本原因。我觉得requirejs是继jQuery之后,在前端界发生的最有意义的事情。——真阿当

题目为 第几页 第几章 第几节 什么错误(错别字,难读) 内容为 具体的处理,如前言中的SHH --> SSH Portotype.js-->Prototype.js

https://github.com/jquery/jquery/pull/1996/files

![image](https://user-images.githubusercontent.com/190846/28619197-ceacefe6-7239-11e7-80da-3e3b11e11a26.png)