Изменения

Участник:MailGik/hilarious.js

290 байтов убрано, 17:22, 19 августа 2016
Нет описания правки
//Return to top with second interval
$('body,html').animate({scrollTop:0},100);
});
$("#gotop").mouseover(function(e) {
$(this).css("background","url(http://localhost/images/backtop.gif) no-repeat 0px -100px");
});
$("#gotop").mouseout(function(e) {
$(this).css("background","url(http://localhost/images/backtop.gif) no-repeat 0px 0px");
});
goTop();//The fade in and fade out back to the top element
});