Textarea占位符不会在焦点/ IE10中输入时消失

净mvc网络应用程序,其中我有多个textareainput字段。 现在占位符在所有浏览器(chrome,firefox)中运行良好,但在Internet Explorer 10 ,占位符文本在焦点上或在文本区域中输入时不会消失。

<textarea placeholder="Write Query..." maxlength="1000"></textarea>

我的一位同事告诉我,这是由于jquery版本<1.8.3的错误? 这是真的? 有没有解决方法? 我只是将一些页面添加到现有的应用程序,所以我不允许更改/更新jquery库。

PS我正在使用Jquery 1.11.1(我知道它的方式)

链接地址: http://www.djcxy.com/p/70541.html

上一篇: Textarea placeholder not disappearing on focus/typing in IE10

下一篇: Input's placeholder text disapper on focus and not on typing