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