贾里德·福克(Jared Falk)'s
节省81%
$247 $47
%M
min%!M
' + '
';
if (event.offset.totalHours > 0) {
format = '' + '
' + format;
}
if (event.offset.totalDays > 0) {
format = '' + '
' + format;
}
$(this).html(event.strftime(format));
})
.on('finish.countdown', function (event) {
$(this).html('
');
});
});