To disable a button using only JavaScript you need to set the disabled property to false . For example: element.disabled = true . And to enable ...
確定! 回上一頁