input date支持placeholder

Posted zz-0128

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了input date支持placeholder相关的知识,希望对你有一定的参考价值。

先使其 type 为 text,此时支持 placeholder,当触摸或者聚焦的时候,使用 JS 切换使其触发 datepicker 功能。
<input placeholder="选择日期" type="text" onfocus="(this.type=‘date‘)" id="joinDate">

以上是关于input date支持placeholder的主要内容,如果未能解决你的问题,请参考以下文章

手机端input[type=date]的placeholder不起作用

让 IE 8 及以下浏览器支持 表单 input [placeholder] 属性

使用jQuery快速解决input中placeholder值在ie中无法支持的问题

低版本浏览器支持placeholder属性

在IE8及以下的浏览器中,不支持placeholder属性的解决办法

兼容placeholder