微信

QQ联系客服

$('.side').bind('mouseenter mouseleave',function(e){
                    if(e.type=="mouseenter"){
                        if(!$(this).is(':animated')){
                            $(this).stop();
                            $(this).animate({right:"0px"},500);
                        }else{
                            $(this).unbind('animate');
                        }
                    }else{
                        $(this).stop();
                        $(this).animate({right:"-110px"},500);
                
                    }
                
                })
    

posted @ 2014-10-13 14:36  Admin_info  阅读(176)  评论(0编辑  收藏  举报
青春时代是一个短暂的美梦,当你醒来时,这早已消失得无影无踪了。
点点Admin_info