반응형 브라우저 해상도1 [JQuery] 브라우저 해상도 알아내기 $(document).ready(function(){ let windowWidth = $( window ).width(); let windowHeight = $( window ).height(); alert(windowWidth); alert(windowHeight); }); 2018. 8. 28. 이전 1 다음 반응형