Демо:
<p>
<a name="starttimer" href="javascript:void(0);">ya_online - скачать</a></p>
<p id="timer" style="display: none;">
Скачать файл исходников ya_online можно через <b class="timer"></b> сек.</p>
<script type="text/javascript">
var next = 15;
function timerStart(){
$('.timer').html(next);
if(next <= 0){
$('#timer').fadeIn(1000, function(){
$('#timer').html('<a href="http://clck.yandex.ru/redir/dtype=stred/pid=135/cid=1957/*http://download.yandex.ru/online/yachat-source.tar.gz">Ссылка для скачивания файла</a>');
end();
});
}
next = next - 1;
}
$('a[name=starttimer]').click(function(){
$(this).hide(1000);
$('#timer').show(1000);
$(function(){
setInterval("timerStart()",1000 );
});
});
</script>Начало статьи.
Продолжение статьи.
Комментариев нет:
Отправить комментарий