how to remove disabled attribute javascript code example Example: remove disabled attribute javascript Click to copydocument.getElementById('my-input-id').disabled = false;