javascript OBJECT isDisabled
| isDisabled | NN n/a IE 5.5(Win) DOM n/a |
|
|
Read-only |
|
Specifies whether the current element is disabled. Reveals the actual disabled state as either explicitly set for the element or inherited from its ancestor tree. |
|
| Example | |
if (document.getElementById("elementID").isDisabled) {
// process the disabled element
}
|
|
| Value | |
|
Boolean value: true | false. |
|
| Default | |
|
false |
|
Previous: javascript OBJECT Lang
1384,Nickname,Homepage or email,Comments here,Add comment
