'isDisabled' Example : isDisabled « Javascript Properties « JavaScript Reference

'isDisabled' Example

    
<html>
<body>
<button onclick="this.disabled='true'; alert(this.isDisabled);">Disable Me</button>
</body>
</html>

    
      
      

Related examples in the same category

1.'isDisabled' Syntax and Note
2.'isDisabled' Possible Values
3.'isDisabled' is applied to