win8扁平风格网站侧边栏在线客服

win8扁平风格网站侧边栏在线客服
下载次数:3 文件大小:40.8KB 所需积分:0 QQ联系购买积分:3331653644(1元=10积分)
$(document).ready(function(){
    $(".side ul li").hover(function(){
        (this).find(".sidebox").stop().animate({"width":"124px"},200).css({"opacity":"1","filter":"Alpha(opacity=100)","background":"#ae1c1c"}) 
    },
    function(){  
        $(this).find(".sidebox").stop().animate({"width":"54px"},200).css({"opacity":"0.8","filter":"Alpha(opacity=80)","background":"#000"})
    });
});
//回到顶部
function goTop(){
    $('html,body').animate({'scrollTop':0},600);
}

 

0 条评论