< > $('#go_up').fadeIn(); } else { $('#go_up').fadeOut(); } }); $('#up').click(function() { $('body,html').animate({scrollTop:0},800); }); });