wimbarelds / TimeCircles

jQuery plugin to show time since or time until a specific time
295 stars 149 forks source link

addSeconds/changeTime method #50

Closed mmly closed 10 years ago

mmly commented 10 years ago

Very nice plugin, how is it possible to change time in running timer(eg. add seconds) ?

wimbarelds commented 10 years ago

This is added in the latest version, function is called .addTime(), parameter is number of seconds, so for example: .addTime(5) to add 5 seconds.