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);

                

                    }

                

                })

    

QQ联系客服

QQ联系客服

你可能感兴趣的:(qq)