[jQuery] attribute, property / HTML 속성의 종류

seulki·2022년 10월 2일
0

[jQuery]

목록 보기
27/30
post-thumbnail

🎈attribute

  • 값을 갖는 속성
  • 설정 값 조회 : attr(key)
  • 값 설정 지정 : attr(key, value)


🎈property

  • 값을 갖지 않는 속성
  • 설정 값 조회 : prop(key)
  • 값 설정 기능 : prop(key , boolean)
  • disabled, checked, selected

    $(셀렉터).prop("disabled", true);



🎈prop(disabled) 예시 보러가기!

🎈attr() 예시 보러가기!

profile
웹 개발자 공부 중

0개의 댓글