摘要: When executing a method, there're 2 ojbects available inside the method:event objectthis point1. If the method called on an DomElement, this points to the DOM element.2. If the method called on an Object, this points to the object instance.As to 1st case,to access the object instance in which th 阅读全文
posted @ 2012-03-27 00:31 Bruce Jing 阅读(175) 评论(0) 推荐(0)