在IE中> 7可以通过检查value
集合中是否存在attributes
或使用返回null的getAttribute()
来完成,但在IE< = 7中,此集合返回所有支持的属性{ {1}}返回一个空字符串,与getAttribute()
相同。
任何提示?
答案 0 :(得分:0)
在IE6 / 7中,尝试检查如下属性:
element["value"] !== undefined
有关详细信息,请参阅此代码审核问题的第一个答案:https://codereview.stackexchange.com/questions/10131/will-this-test-to-check-if-an-element-has-an-attribute-work