checkbox1 [Jquery] input[type="checkbox"]의 체크 여부 input[type="checkbox"]의 체크 여부를 3가지 형태로 확인 할 수 있다. 1. :checked 선택자 사용 See the Pen Untitled by 조민혁 (@iqgzrljw-the-typescripter) on CodePen. 2. prop() 매서드 사용 See the Pen Untitled by 조민혁 (@iqgzrljw-the-typescripter) on CodePen. 3. 체크 박스 전체동의 See the Pen Untitled by 조민혁 (@iqgzrljw-the-typescripter) on CodePen. +) prop()는 프로퍼티 값을 반환하므로 더 정확한 체크 상태를 확인 할 수 있다. 2023. 10. 26. 이전 1 다음