발표전 allign도 구현완료
윈도우 창크기 구하기 $(window).width()와 $(document).width() 차이
JavaScript jQuery 윈도우 창크기 구하기 var windowWidth = $( window ).width(); var windowHeight = $( window ).height(); 창크기 바뀌는 것 감지 (확대 축소에도 적용됨.) $( window ).resize(function() { /..
https://maxim365.tistory.com/227

간단한 사이즈 에러
윈도우 창크기 구하기 $(window).width()와 $(document).width() 차이
JavaScript jQuery 윈도우 창크기 구하기 var windowWidth = $( window ).width(); var windowHeight = $( window ).height(); 창크기 바뀌는 것 감지 (확대 축소에도 적용됨.) $( window ).resize(function() { /..
https://maxim365.tistory.com/227


Seonglae Cho