본문 바로가기
728x90
300x250

제이쿼리4

jQuery 엘리먼트에 접근해서 스타일 지정하기 See the Pen XWMyxzx by kim oya (@ttuttu) on CodePen. 2021. 6. 20.
jquery html 특정시간 후에 페이지 이동 1. meta 태그 이용한 방법 2. jquery 이용방법 2021. 5. 2.
썸네일 클릭하면 풀스크린 모핑 팝업창 morphing modal 버튼을 클릭하면 풀스크린 모핑 팝업창이 뜨는 스크립트 데모https://codyhouse.co/demo/morphing-modal-window/index.html#0다운https://github.com/CodyHouse/morphing-modal-window 호환성 ie9+ Chrome+ Firefox+ Sapari+ Opera+참고 transition transform Velocity.js github에서 다운 받은 파일들을 각 위치에 맞게 넣어준다. 123456789101112131415161718192021222324252627282930313233 Lorem ipsum dolor sit amet, close Fire Modal Window Colored by Color Scriptercs 그리고 .. 2018. 12. 12.
제이쿼리 :: height값 구하기 하고 높이 값에 따른 메뉴바 변 지난번에 기록했던 특정위치의 높이 값까지 스크롤바를 내렸을 경우 클래스 추가해주는 스크립트 123456789101112131415 $(function(){ $(window).scroll(function(){ var navbar = $(this).scrollTop(); console.log(navbar); var $header = $('header'); if(navbar > 860){ $header.addClass('activated'); }else{ $header.removeClass('activated'); } }) }) Colored by Color Scriptercs 여기서 추가해서 이번에는 특정 엘리먼트의 높이 값을 구하고 그 값만큼의 위치까지스크롤바를 내렸을 경우 클래스가 추가되도록 바꿔보자 제.. 2018. 12. 4.
728x90
반응형