Hello! Help is needed. I use the countdown timer for one-page TimeCircles . Set it for a day. I need it to be automatically set for a day again after the time has expired, and not stop. Already tried various functions from the documentation, but it still does not work. Help me please.

    1 answer 1

    var fawf =$("#example").TimeCircles(); fawf.addListener(function() { if(fawf.getTime() < 1) { fawf.restart(); } }); 

    The plugin is unimportant, albeit beautiful.