IE Javascript error “Object doesn't support this property or method” within jQuery

前端 未结 2 648
清酒与你
清酒与你 2021-01-18 07:50

For some reason, I am getting the following Javascript error in Internet Explorer 8 on line 3156 of jquery.js (version 1.4.3, non-compressed version): Object doesn\'t

2条回答
  •  执笔经年
    2021-01-18 08:09

    I have discovered the same behaviour occurs if you attempt to add a method called "inherited" to the Object.prototype, ie Object.prototype.inherited =

    It affects IE6, 7 & 8 but seems to be fixed in IE9 (beta)

提交回复
热议问题