在jQuery中对IE8上的方法或属性访问进行了意外调用

Suz*_*ioc 3 html javascript jquery internet-explorer-8

我的网站上有错误:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Timestamp: Fri, 27 Jul 2012 08:54:50 UTC


Message: Unexpected call to method or property access.
Line: 5855
Char: 5
Code: 0
URI: http://garmonia-znakomstva.ru/js/jquery-1.7.2.js
Run Code Online (Sandbox Code Playgroud)

这个jQuery是否与IE8或我的错误不兼容?

打开http://garmonia-znakomstva.ru/时出错

这是jQuery代码片段:

prepend: function() {
    return this.domManip(arguments, true, function( elem ) {
        if ( this.nodeType === 1 ) {
5855:           this.insertBefore( elem, this.firstChild );
        }
    });
},
Run Code Online (Sandbox Code Playgroud)

Kir*_*Kir 9

当jquery遇到<script>div#accordion中的标记时发生错误.尝试移动标记<script>出来