로딩
티스토리 데이터 처리 중입니다.

[JS] Element의 CSS Style 값 가져오기 - getComputedStyle()

 [JS] Element의 CSS Style 값 가져오기 - getComputedStyle()

html 요소에 적용된 스타일을 추출해야 하는 경우가 있습니다. 이럴 때 아주 간단한 Web API가 있습니다.

Window.getComputedStyle() - MDN var style = window.getComputedStyle(element[, pseudoElt]); element.....

[JS] Element의 CSS Style 값 가져오기 - getComputedStyle()에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.