如何使用自动对焦而不取消IE中的占位符

时间:2015-08-12 08:03:01

标签: javascript jquery html5

我想在同一个输入框中使用自动对焦和占位符。它适用于除Internet Explorer之外的大多数浏览器,Autofocus取消了占位符。你能告诉我如何阻止这种情况发生吗?

<html>
  <body>
  <input type="type" placeholder="PlaceHolder Text" autofocus="autofocus">  
  </body>
</html>

1 个答案:

答案 0 :(得分:0)

您可以解决此问题:

http://samplacette.com/html-5-placeholder-autofocus-cross-browser-support-for-ie/

它解释了问题,并为您提供了一个避免填充的填充物。

https://github.com/SamPlacette/placeholdr

祝你好运