addClass()

선택한 요소의 클래스를 추가합니다.

1. 문법

$("선택자").addClass("클래스 이름"); $("선택자").addClass("함수");

Last updated

Was this helpful?