heydouga4156-028-11 JavHd Free watching "heydouga4156-028-11 JavHd Free watching heydouga4156-028-11 "
heydouga4156-028-11 JavHd Free watching "heydouga4156-028-11 JavHd Free watching
"
Edit in JSFiddle JavaScript HTML CSS Result $(document).ready(function () { var counter = 10; var id = setInterval(function() { ...
$(document).ready(function () { var counter = 10; var id = setInterval(function() { counter--; if(counter > 0) { var msg = 'You can downnload the file in ' + counter + ' seconds'; $('#notice').text(msg); } else { $('#notice').hide(); $('#download').show(); clearInterval(id); } }, 1000); });
COMMENTS