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