我一直在使用 asp.net 和 jQuery 很长时间。它始终适用于所有浏览器。但现在在我最近的一个应用程序中,我正在使用来自 Google API 的 jQuery 1.9.1。
如果我将 jQuery 与 IE8 一起使用,则会出现错误;IE 10 也是如此。
使用调试器,并得到以下行创建错误(第 4 行,字符 26196) ...
(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&this.appendChild(e)
错误 :
Unexpected call to method or property access.
我正在使用来自Google APIs的 jQuery 。