$(function () { "use strict"; //Countdown $('[data-countdown]').each(function () { var $this = $(this), finalDate = $(this).data('countdown'); $this.countdown(finalDate, function (event) { $this.html(event.strftime('
%D

Days

%H

Hours

%M

Minutes

%S

Seconds

')); }); }); // WOW active new WOW().init(); });