본문 바로가기

js

[js]숫자 카운트 카운팅 숫자 올라가는 제이쿼리

See the Pen Untitled by sangmok-ye (@sangmok-ye) on CodePen.

 

동시에 끝나는 카운팅 라이브러리

http://bfintal.github.io/Counter-Up/demo/demo.html

 

Counter Up Demo

Counter-Up jQuery Plugin (Scroll down)             jQuery(document).ready(function($) {             $('.counter').counterUp({                 delay: 10,                 time: 1000             });         });      

bfintal.github.io

 

'js' 카테고리의 다른 글

[js]숫자를 한글로 바꾸기  (0) 2022.10.21
[js]e.stopPropagation()과 e.preventDefault() 레어어팝업 클릭  (0) 2022.10.11
[js] select 유지 시키기  (0) 2022.08.25
[js]마우스 휠 감지  (0) 2022.08.08
[js]ajax 기초 공부  (0) 2022.07.21

top