jQuery.countdown
jQuery.countdown copied to clipboard
Having trouble using woth foreach loop in php
Each iworking fine with html code..but when uses same class in php loop never get it to work
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')); });
});