3

サイトにエラーがあります:

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

この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 );
        }
    });
},
4

1 に答える 1

9

<script>jqueryがdiv#accordion内のタグと出会うとエラーが発生します。タグを移動してみて<script>ください

于 2012-07-27T09:19:31.037 に答える