为什么jQuery会在IE8中导致错误

时间:2013-06-19 19:08:29

标签: jquery dom input internet-explorer-8 htmltext

我一直在使用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。

0 个答案:

没有答案