I am reading "Javascript The Definitive Guide". In this book, Events and Event handling, there are three event-handling models, the original event model, the standard event model and Internet explorer event model.
我正在阅读“Javascript The Definitive Guide”。在本书的事件和事件处理中,有三种事件处理模型,原始事件模型,标准事件模型和Internet Explorer事件模型。
It says upto IE6 it uses Internet explorer event model.
它说到IE6它使用Internet Explorer事件模型。
I am wondering if IE7 and 8 still uses it. Or does it use the standard event model.
我想知道IE7和8是否仍然使用它。或者它是否使用标准事件模型。
1 个解决方案
#1
Internet Explorer 7 and 8 continue to stick with the Microsoft event model from IE6, and do not use the W3C event model.
Internet Explorer 7和8继续坚持使用IE6中的Microsoft事件模型,并且不使用W3C事件模型。
#1
Internet Explorer 7 and 8 continue to stick with the Microsoft event model from IE6, and do not use the W3C event model.
Internet Explorer 7和8继续坚持使用IE6中的Microsoft事件模型,并且不使用W3C事件模型。