728x90 300x250 SMALL outerHeight()1 [jQuery] widht, height 구하기 대상이 되는 엘리먼트의 크기를 구할때는 여러가지 경우의 수가 있는데 1. 요소의 기본크기 $대상.widht() $대상.height() 2. 기본크기 + padding 영역 $대상.innerWidht() $대상.innerHeight() 3. 기본크기 + padding + border $대상.outerWidht() $대상.outerHeight() 4. 기본크기 + padding + border + margin $대상.outerWidht(true) $대상.outerHeight(true) https://moo-you.tistory.com/433 jQuery height / width 구하기 제이쿼리로 height 또는 width를 구할때는 margin, border, padding을 높이 값에 포함하는가에 따라.. 2023. 4. 2. 이전 1 다음 728x90 반응형 LIST