7
Answers

Multiple JavaScript / jQuery countdown timer in a page?

Ashish Kumar

Ashish Kumar

12y
7.8k
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)