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";
を設定したが、まだ問題を見て。
help?