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

jQuery.counter (javascript + css3)

Results 11 jquery-counter issues
Sort by recently updated
recently updated
newest added
trafficstars

It is a nice counter but what about days? The maximum limit is at 23:59:59

Added setCount to methods to allow dynamic count update, for e.g. using ajax. counter.counter('setCount', 856);

I hope it will be more convenient to have transparent background in jquery.counter.analog.png file (#11)

As I mentioned in the github issue I opened on your project (https://github.com/sophilabs/jquery-counter/issues/8), this pull request fixes the problem when using jQuery's noConflict mode. I also created a new file...

I would like to change the speed, and already tried using setInterval to stop and play the counting and trying to change the data-value in between but it doesn't work...is...

This counter works great but doesn't work very well on non white backgrounds with the analog image.

It would be really great to have access to the current value of a counter, like $('#slider').counter('value').

There is a problem when attempting to use jquery-counter with jQuery's noConflict mode, where $ is not defined, and the jQuery object is used instead. This is particularly an issue...

I've got some issues with IE7, no matter what the counter is set to, it always shows '0'. The problem starts at line 180: IE7 recognize 'digit' in 'each' loop...