...
...
OR
// Interval to wait Plugin exists
var waitKountdown = setInterval(function () {
if (Kountdown) {
clearInterval(waitKountdown);
// Usege to specific element
var element = document.querySelector('selector of element');
var kountdown = new Kountdown(element, '2047-11-08T00:00:00', 'END');
kountdown.create(function (date) {
console.log(date);
});
}
}, 100);
Black Friday
Christmas
New year