코드랩 레퍼런스
.css() 본문
Definition
- .css() 메서는 선택한 요소 하나 이상의 스타일 속성을 설정하거나 반환합니다.
Syntax
$(selector).css(property,value)
$(selector).css(property,function(index,currentvalue))
$(selector).css({property:value, property:value, ...})
Compatibility
6 | 7 | 8 | 9 | 10 | 11 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
.css() |