IE 8.0中的$('document')。value =“”

时间:2011-05-02 09:25:42

标签: javascript internet-explorer prototypejs

我们很难解决这个问题。

$('document').value=""
IE中的

没有将值赋给空字符串。但这在FF中效果很好。

1 个答案:

答案 0 :(得分:-1)

它可能是$(document).attr('value',''),虽然我不明白为什么你要为文档对象赋值属性。