码迷,mamicode.com
首页 > 其他好文 > 详细

QQ联系客服

时间:2014-10-13 17:30:39      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   sp   div   2014   on   

$(.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);
                
                    }
                
                })
    

bubuko.com,布布扣

bubuko.com,布布扣

QQ联系客服

标签:style   blog   http   color   io   sp   div   2014   on   

原文地址:http://www.cnblogs.com/xinlinux/p/4022197.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!