예시]
JSP
<input type="checkBox" id="chk1" name="chk1" />
<input type="checkBox" id="chk2" name="chk2" />
<input type="checkBox" id="chk3" name="chk3" />
<input type="checkBox" id="chk4" name="chk4" />
<input type="checkBox" id="chk5" name="chk5" />
$('[name^=chk]').prop('checked', true);
: chk로 된 체크박스 name input태그들 전부 checked true 처리
'Front Dev' 카테고리의 다른 글
front 개념정리 및 복기 (출처: 짐코딩 GYM CODING) (0) | 2022.09.05 |
---|---|
JS Prototype (2) | 2022.07.11 |
react.js 개념정리 (0) | 2021.03.04 |
jsp fmt 날짜형식으로 표출하기 (0) | 2019.10.17 |
엑셀내보내기시 숫자->텍스트로 표기방법(텍스트로 처리하기) (0) | 2019.09.24 |