$('.goTop').fadeIn(300); }else{ $('.goTop').fadeOut(300); } }); $('.goTop').click(function(){ $('html,body').animate({scrollTop: '0px'}, 800);}); });