簡體   English   中英

在jQuery中對IE8上的方法或屬性訪問進行了意外調用

[英]Unexpected call to method or property access on IE8 in jQuery

我的網站上有錯誤:

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

當jquery遇到div#accordion中的<script>標記時發生錯誤。 嘗試移動標記<script>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM