摘要: event代表事件的状态,例如触发event对象的元素、鼠标的位置及状态、按下的键等等。event对象只在事件发生的过程中才有效。event的某些属性只对特定的事件有意义。比如,fromElement 和 toElement 属性只对 onmouseover 和 onmouseout 事件有意义。例... 阅读全文
posted @ 2014-05-19 15:04 北异 阅读(423) 评论(0) 推荐(0) 编辑