Back to Content

HTMLButtonElement: disabled property

files/en-us/web/api/htmlbuttonelement/disabled/index.md

latest261 B
Original Source

{{APIRef("HTML DOM")}}

The HTMLButtonElement.disabled property indicates whether the control is disabled, meaning that it does not accept any clicks.

Value

A boolean value.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}