Counter-Up icon indicating copy to clipboard operation
Counter-Up copied to clipboard

Counter-Up is a lightweight jQuery plugin that counts up to a targeted number when the number becomes visible.

Results 64 Counter-Up issues
Sort by recently updated
recently updated
newest added

24.0 works, 23 works and 25 works but 24 gets stuck at 23. Interestingly, the same issue can be replicated at 3, 6, 12, 24, 48 and 96... I tried...

I added the following code to store counter data. Because, after scrolling the page, the counter wasn't count till the stored number. if ($this.data("text")==undefined) { $this.data("text", $this.text()); } else {...

if im using "jquery-3.3.1" library it will not work, but if i am using "jquery.2.2.3" then it will work, so give me the solution 'How can i use in jquery-3.3.1...

Hi. I wanted to ask is there an event for when the counterup is finished ?

If add counter on this 4,500,000 with comma then its working, but when i try 4.500.000 with comma in dutch currnecy formate then its giving NAN

Hi, thanks for the great plugin. I want the counter to restart when I move up the page from bottom. Right now, it works when I scroll down only. Please...

Lets say I have a counting number. I scroll to it, it works great, then I do some more scrolling down the page, then I go up again back to...

Added two options to counterUp. First one is a fix for european number formatting. Second one is to destroy the waypoint (in case you don't want the animation to be...

I am receiving this error when using jquery.counterup.js 1.0 and Waypoints - 3.1.1