jquery-countTo icon indicating copy to clipboard operation
jquery-countTo copied to clipboard

A jQuery plugin that will count up (or down) to a target number at a specified speed.

Results 11 jquery-countTo issues
Sort by recently updated
recently updated
newest added

Apologies, I know you've been over this many times, but I can't seem to find an example like mine. I am using an external js file to call countTo which...

Would it be possible to add in an easing control to the html data? Or is there a simple global solution that could be added to the js file?

This badge will show the version on CDNJS!

I have tried importing it with browserify and browserify-shim. Is there a way to import it?

I made a ReactJS version of this - https://github.com/Noitidart/react-countTo https://www.npmjs.com/package/react-countTo http://react-components.com/component/react-color Just wanted to share with you, as you made an awesome awesome module here!

I use chrome (Version 30.0.1599.101), Safari (Version 6.0.5 (7536.30.1)), and FF (24.0). The speed that I set in Chrome comes out faster than the speed in Safari and FF (these...

Counter is not continuous when switching to other tabs.

Just a suggestion. Add a gh-pages branch so we can see examples in action. ex: http://lankaapura.github.io/jquery-countTo/example.html

Hi, I'm trying to add a span around each number to be able to format each number differently. ` formatter: function (value, options) { var value = value.toFixed(options.decimals); return value.replace...