html 使用JS占位符的表单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 使用JS占位符的表单相关的知识,希望对你有一定的参考价值。

<input type="text" value="To search, type and hit enter" name="s" id="s" onfocus="if (this.value == 'To search, type and hit enter') {this.value = '';}" onblur="if (this.value == '') {this.value = 'To search, type and hit enter';}" />

以上是关于html 使用JS占位符的表单的主要内容,如果未能解决你的问题,请参考以下文章

移动表单占位符的文本颜色不会改变

在 HTML5 中不允许使用多行占位符的理由是啥?

如何更改输入标签占位符的语言?

检查是不是支持占位符的简单方法?

在 Prototype 中使用表单验证的 HTML5 表单占位符回退

用于 chrome 占位符的字体的 css 技巧