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