我在 IE7 和 IE8 兼容模式下遇到了 jQuery BBQ 的问题。
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";
但仍然看到问题。
帮助?