在我的一个网页中,我使用以下JavaScript代码:
return !!(a.compareDocumentPosition(b) & 16);
但是,仅在IE9 中,我收到以下错误:
Object不支持属性或方法'compareDocumentPosition'
其他浏览器工作正常。有没有人知道可用的修复或解决方法呢?
答案 0 :(得分:1)
Internet Explorer仅在IE9模式下支持compareDocumentPosition。确保你的标记开头,document.documentMode返回9