Skip to content
Advertisement

Tag: countdowntimer

How to Use Class Instead of ID

I have this code from this question How To Create Multiple CountDown Timers In The Same Page Using Javascript?. I am not a JavaScript expert so if someone can help me to rewrite this code by using class instead of ID so that I can use multiple class. This is the code Answer I changed your code slightly. Try this:

Advertisement