thooyork / thooClock

jQuery analogue AlarmClock Plugin
MIT License
30 stars 17 forks source link

muliple instances of clock #18

Closed ashah976 closed 4 years ago

ashah976 commented 4 years ago

If I call multiple times then it launches multiple instances, but I only want once instance of the clock running

$('#myclock').thooClock({})

I then try to call $('#myclock').remove() before calling the above but it doesnt show the clock Is there a way to deal with this please?

thooyork commented 4 years ago

If I get you right you want to display multiple instances of the clock, but you only want one clock actually ticking ? Unfortunately thats not possible. As soon as you register the instance the clock is running. Why would you need that feature ?

thooyork commented 4 years ago

Wont fix