欢迎访问服务器技术网-www.fuwuqijishu.com

Input Date required 属性

JavaScript fuwuqijishu 2年前 (2022-09-04) 95次浏览 0个评论 扫描二维码
文章目录[隐藏]

Input Date required 属性

Input Date 对象

实例

查看 date 字段在表单提交前是否是必填字段:

var x = document.getElementById(“myDate”).required;
x输出结果为:
true


定义和用法

required 属性用于设置或返回 date 字段在表单提交前是否必填。

该属性反映了 HTML required 属性。


浏览器支持

所有主流浏览器都支持 required 属性,除了Safari浏览器 和 Internet
Explorer 9 及更早IE版本浏览器。

注意:Internet Explorer 或 Firefox 浏览器不支持 <input type=”date”> 元素。


语法

返回 required 属性:

dateObject.required

设置 required 属性:

dateObject.required=true|false

属性值

描述
true|false 描述了 date 字段是否为表单中的必填字段。

  • true – date 字段为表单中必填字段
  • false – 默认。 date 字段不是表单中必填字段

技术细节

返回值: 布尔值,如果 date 字段是表单中的必填字段返回 true 否则 返回false


更多实例

实例

设置 date 字段为表单中的必填部分:

document.getElementById(“myDate”).required = true;


相关页面

HTML 参考手册: HTML <input> required 属性


Input Date 对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2214.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900