모달 창에서 스크롤 위치 받아오기
모달 창에서 스크롤 위치 받아오기 ... 팝업닫기 const testScrPop = $('.layer-content'); testScrPop.scroll(function(){ const $this = $(this); console.log($this.scrollTop()); })
- 좋아요수
- 0
- 프론트엔드
모달 창에서 스크롤 위치 받아오기 ... 팝업닫기 const testScrPop = $('.layer-content'); testScrPop.scroll(function(){ const $this = $(this); console.log($this.scrollTop()); })
키업 할 때 이벤트 발생. 만약에, 이 밸류 값이 1보다 크면 active 클래스 추가 아니면 active 클래스 제거 var droplistKeyup = document.querySelector('.droplist-keyup'); droplistKeyup.addEventListener('keyup',function(e) { var val = $(this)...