Set the element's disabled property to false: document.getElementById('my-input-id').disabled = false;. If you're using jQuery, the equivalent would be:
確定! 回上一頁