I have to write this line saying
“10 Users have contributed 70 hours today”
Where the number 10 and 70 should keep incrementing by 1 every second till it reaches some threshold value and then it should again reset back to the old values and shud start incrementing
can anybody help me how to achieve this in jquery ?
As a starting point – DEMO