본문 바로가기

HTML & CSS & JS

jquery checkbox

반응형

check 여부 확인.

$("#id").is(":checked")

 

check 해제 / 선택

("#id").prop("checked",true/false);
반응형

'HTML & CSS & JS' 카테고리의 다른 글

dataTable scroll  (0) 2021.07.02
javascript modal control  (0) 2021.07.02
thymeleaf th:id  (0) 2021.07.01
thymeleaf version update  (0) 2021.06.30
Datatable row add  (0) 2021.06.23