반응형 js1 [JS] scroll 이벤트 작동 불가 이슈 해결법 이슈스크롤 시 페이지 최상단 최하단으로 이동할 수 있는 스크롤 버튼 작업 중 scroll 이벤트가 작동하지 않음 $(document).ready(function() { //호출 scrollBtn(); // 최상단, 하단 스크롤 버튼 function scrollBtn(){ // detail 영역에 왔을 때 노출 $(window).on('scroll', function(){ if($(this).scrollTop() >= Math.ceil($('.tabProduct_box').offset().top)){ $('.scroll_btn').fadeIn(); $('.scroll_btn').css('disp.. 2024. 7. 10. 이전 1 다음