$('body').on('click', '.gotop', function() { $('html,body').stop(1).animate({ scrollTop: '0' }, 300); return false }); $('.right_bar li').eq(0).hover(function() { $(this).stop().animate({ left: -196 }, 300); }, function() { $(this).stop().animate({ left: 0 }, 300); }); $('.right_bar li').eq(2).hover(function() { $(this).stop().animate({ left: -70 }, 300); }, function() { $(this).stop().animate({ left: 0 }, 300); }); $('.right_bar li').eq(1).hover(function() { $(this).stop().find('.rtbar_shwx').show(); }, function() { $(this).stop().find('.rtbar_shwx').hide(); });