To enable disabled element we need to remove “disabled” attribute from this element. $('elementname').removeAttr('disabled');. Example. <html > ...
確定! 回上一頁