jquery (3) [jQuery] 항상 제이쿼리 최신 버전 사용하기 항상 최신 버전의 제이쿼리를 사용하려면 태그 안에 아래 코드 중 하나를 넣어줍니다. /* 비압축 */ /* 압축 */ [jQuery] 숫자 카운트업 효과 0에서 지정한 숫자까지 카운트업 되는 효과입니다. 100% 500% 1. 태그 안에 제이쿼리를 불러옵니다. 2. HTML 100% 500% 3. CSS .count { float: left; width: 100px; height: 100px; line-height: 95px; margin: 0 5px; border: 5px solid #ddd; -moz-border-radius: 50%; -webkit-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; font-size: 15px; color: #000; text-align: center; } .num { font-size: 28px; font-weight: bold; color: #0.. [jQuery] 우측 슬라이드 메뉴 버튼을 클릭하면 우측에서 메뉴가 슬라이딩 되는 동시에, 메뉴 밖의 영역은 검정색 반투명 마스크로 덮습니다. logo 메뉴 열기 메뉴 닫기 메뉴 1 메뉴 2 메뉴 3 메뉴 4 메뉴 5 1. 태그 안에 제이쿼리를 불러옵니다. 2. CSS #header { width: 100%; height: 52px; background: #447e65; position: relative; overflow: hidden; } #mask { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #000; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(o.. 이전 1 다음