hilios / jQuery.countdown

The Final Countdown plugin for jQuery
http://hilios.github.io/jQuery.countdown/
MIT License
2.31k stars 720 forks source link

Having trouble using woth foreach loop in php #337

Open YAseerALy opened 2 years ago

YAseerALy commented 2 years ago

Each iworking fine with html code..but when uses same class in php loop never get it to work

darkcavalry commented 2 years ago

use update.countdown method;

$('.d24').each(function(){

var timee = $(this).val(); $(this).countdown(timee).on('update.countdown', function(event) { $(this).val(event.strftime('%w weeks %d days %H:%M:%S')); });

});