$(window).bind("scroll",function(){ var _wTop = _winScroll = windowPos = $(window).scrollTop(); if(_wTop>100&&window.innerWidth>1024){ $('.right_bar').fadeOut(); } else{ $('.right_bar').fadeOut(); } } ); $('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: -126 } , 300); } , function() { $(this).stop().animate({ left: 0 } , 300); } ); $('.right_bar li').eq(1).hover(function() { $(this).stop().animate({ left: -126 } , 300); } , function() { $(this).stop().animate({ left: 0 } , 300); } );