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

Input Time autofocus 属性

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

Input Time autofocus 属性

Input Time 对象

实例

查看 time 字段是否在页面加载后自动获取焦点:

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


定义和用法

autofocus 属性用于设置或者返回 time 字段在页面加载后是否自动获取焦点。

属性反映了 HTML autofocus 属性。


浏览器支持

所有主流浏览器都支持 autofocus 属性

注意: Internet Explorer 9 及更早 IE 版本或者 Opera 12 或更早 Opera 版本浏览器不支持 autofocus 属性。

注意: Internet Explorer 或 Firefox 浏览器不支持使用 type=”time” 属性的 HTML <input> 元素。


语法

返回 autofocus 属性:

timeObject.autofocus

设置 autofocus 属性:

timeObject.autofocus=true|false

属性值

描述
true|false 描述了 time 字段在页面加载后是否获取焦点

  • true – time 字段获取焦点
  • false – 默认。time 字段不获取焦点

技术细节

返回值: 布尔值,如果页面在加载后 time 字段自动获取焦点返回 true,否则返回false。


相关页面

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


Input Time 对象

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

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

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

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2209.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