What is the equivalent to the Element Object in Internet Explorer 9?
if (!Element.prototype.addEventListener) { Element.prototype.addEventListener = func
addEventListener is supported from version 9 onwards; for older versions use the somewhat similar attachEvent function.
addEventListener
attachEvent