- disable 속성을 추가할 때
document.getElementById('nameCheckBtn').setAttribute('disabled',true);
- disabled 속성을 제거할 때*setAttribute("disabled",false) 는 안먹는다*
document.getElementById('nameCheckBtn').removeAttribute("disabled");
'개발 > Front-end' 카테고리의 다른 글
[React Native] react-native-navigation 화면넘기기 (0) | 2018.11.23 |
---|---|
[React Native] React Native Navigation 환경 구축하기 (WebStrorm, Window) (0) | 2018.11.23 |
[React.js/Spring Boot] (0) | 2018.11.21 |
[JSP] 동적으로 시간표 작성하기 - jSP, Spring (0) | 2018.09.03 |
[Bootstrap] Grid System, Form Style (0) | 2018.07.19 |