我在IE7和IE8兼容模式下遇到jQuery BBQ的問題。jQuery BBQ - IE中的「訪問被拒絕」
history_set = function(hash, history_hash)
var iframe_doc = iframe.document, //this is the line that the error reports
domain = $.fn[ str_hashchange ].domain;`
我在上面標記的行上得到「拒絕訪問」。
我聽說這可以通過具有域問題的iframe引起的,所以我設置
document.domain = "mydomain.com";
,但仍然看到這個問題。
有幫助嗎?