7
Answers

Multiple JavaScript / jQuery countdown timer in a page?

Photo of Ashish Kumar

Ashish Kumar

13y
9.5k
1
Hi Developers,

I am creating a page where may products are coming with there expiration date. The expiration date is shown in a CountDown Timer format. I mean every product has it's own countdown timer with different values. I just want to do this with JavaScript or jQuery.

This timer script must have some objectives like:
  • Every timer must take it's deadline inline from the showing DIV
  • Another timer must not be effected from the others countdown timer
  • After expiration of any timer, this must show text "Expired!"

If somebody is having idea or code for this, please help me out. Thanks in advance....

Answers (7)