" /> $(function(){ $('#icon-top-nav').bind('click',function(){ $('#top-nav-wrap').fadeIn(); $('#top-nav-con').animate({width:300}); $('body').animate({right:300}); $('.nav').animate({bottom:-91}); $('#icon-top-nav').fadeOut(); }) $('#icon-top-nav-on').bind('click',function(){ $('#top-nav-con').animate({width:0},function(){ $('#top-nav-wrap').css({display:'none'}); }); $('body').animate({right:0}); $('.nav').animate({bottom:0}); $('#icon-top-nav').fadeIn(); }) })