1 2 3 4 5 6 7 8 9 10 | $(window).on("scroll",function() { if ($("#1stS").hasClass("on")===true) { $("#albumCover").css({"background-image": "url(img/happinessalbum.jpg)"}) } else if ($("#2ndS").hasClass("on")===true) { $("#albumCover").css({"background-image": "url(img/benaturalalbum.jpg)"}) } else if ($("#1stM").hasClass("on")===true) { $("#albumCover").css({"background-image": "url(img/icecreamcake1.jpg)"}) } else if ($("#1stA").hasClass("on")===true) { $("#albumCover").css({"background-image": "url(img/theredalbum.jpg)"}) } | cs |
나는 스크롤 할때 버튼에 불이 들어오는 것을 구현 해놨었는데 그 페이지에 위치하면 그림이 바뀌도록 해 놓았다.
무슨 소리인지 모르니 완성하면 하단에 링크를 공유 할 생각이다.
'JavaScript > 실습 과정' 카테고리의 다른 글
[React] Nodebird 5.2 DB 세팅 정리 (0) | 2020.02.15 |
---|---|
[React] Nodebird 5.1 백엔드 서버 만들기 정리 (0) | 2020.02.14 |
jQuery 구문 몇 개 정리 (0) | 2018.02.26 |
로컬 스토리지 이용하여 Life 구현하기 (코드 리팩토링) (0) | 2018.02.24 |
연화인 문제에 대해서 고찰 (0) | 2018.02.24 |