Circular-Countdown icon indicating copy to clipboard operation
Circular-Countdown copied to clipboard

A nice and attractive circular count down

Results 7 Circular-Countdown issues
Sort by recently updated
recently updated
newest added

`$(document).ready(function(){ $(".ccounter").ccountdown(2018,11,01,'24:00'); });` This does not work in IE and Safari. Do you have an idea why?

id like to add months and years to my count down becouse i work whit big time data ranges i nee dto use 1 year 3months 14 days 23 hours...

I want to dynamically update the countdown, I can get this to work but they countdowns just overlap each other. Is there a way to stop the countdown, clear it...

Countdown should display remaining time according to user's timezone.

enhancement

Countdown is awesome ... How can i display text each counter bottom "second", "minute", "hour" or "days" Thanks

Because this is a count down, the circles must be decreased and go backward to zero so it must be ([max]-[the current value]) so it should be _dday=Math.floor(365-(_dd/(60_60_1000_24)_1)); _dhour=Math.floor(24-((_dd%(60_60_1000_24))/(60_60_1000)_1)); _dmin=Math.floor(60-(((_dd%(60_60_1000_24))%(60_60_1000))/(60_1000)_1));...

Currently user needs to write down all the inputs(type of text) with specific class and then countdown is using them. But all of this input related code should be auto...

enhancement