HTML DOM Input Button disabled 属性

2018-08-04 20:40 更新

Input Button disabled 属性

Input Button 对象参考手册 Input Button 对象

实例

实例 1

禁用一个按钮:

<script>

document.getElementById("firstbtn").disabled=true;

</script>

输出结果:


尝试一下 »


定义和用法

disabled 属性可设置或者返回按钮是否可用。

disabled 元素是不可用的即不可点击。禁用元素在浏览器中通常呈现在灰色。

语法

设置 disabled 属性:

element.disabled=true|false

返回 disabled 属性:

element.disabled


浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主要浏览器都支持 disabled 属性


Input Button 对象参考手册 Input Button 对象
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号