0

我正在使用 jquery 水印插件,它在所有浏览器中都能正常工作,但在 IE8 中却不行。

在其他浏览器中,水印文本被视为空白,但在 IE8 中,水印文本不被视为空白,因此相关验证在 IE8 中不起作用

谁能告诉我如何修复这个错误或者它是IE8中的错误,任何解决方案?

4

1 回答 1

0

使用这个插件

http://andrew-jones.com/jquery-placeholder-plugin/jquery.placeholder.js?0.7.0

$(function () { $(":input[placeholder]").placeholder();});

<input style="width:128px;" type="text" id="DFrom" value="" placeholder="Here is your water mark" />
于 2013-10-16T18:44:02.147 回答