css()

선택한 요소의 CSS 속성 값을 설정합니다.

1. 문법

$("선택자").css("속성"); $("선택자").css("속성","속성값"); $("선택자").css("속성",함수);

Last updated

Was this helpful?