MKMP 138 JAV Free Watch Online MKMP 138 JAV Free Watch Online MKMP 138 JAV Free Watch Online Download MKMP
MKMP 138 JAV Free Watch Online MKMP 138 JAV Free Watch Online
MKMP
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