Danh mục:
.
.
.
.
" target="_blank">Download Here'; }); }); var timerRandom2; function getRandomIntBetween2(min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min + 1)) + min; } function countDown2(i, callback) { //callback = callback || function(){}; timerRandom2 = setInterval(function() { document.getElementById("getpassCode2").innerHTML = i; (i = (1 == window.isActive)?(i-1):i) || (clearInterval(timerRandom2), callback()); }, 1000); } jQuery("#getpassCode2").one("click", function(){ const randomMonth = getRandomIntBetween2(60, 80); countDown2(randomMonth , function(){ document.getElementById("getpassCode2").innerHTML = 'Download Here'; }); }); jQuery(function () { (window.isActive = !0), jQuery(window).focus(function () { this.isActive = !0; }), jQuery(window).blur(function () { this.isActive = !1; }) })