javascript remove disabled attr code example Example: remove disabled attribute javascript document.getElementById('my-input-id').disabled = false;