网页两侧收缩美女客服代码

网页两侧收缩美女客服代码

网页两侧收缩美女客服代码

jQuery鼠标悬浮客服按钮,出现美女客服图片,鼠标离开又收缩回去。两侧都有紫色漂亮的美女客服。

源码介绍

左侧和右侧客服悬浮触发事件

$(function() { 
    $('.lanren_right').hover(function() { 
        $(this).find(".kefu").stop().animate({right: '0'}); 
        $(this).find(".bar_show").stop().animate({right: '120px'}); 
    }function() { 
        $(this).find(".kefu").stop().animate({right: '-120px'}); 
        $(this).find(".bar_show").stop().animate({right: '0'}); 
 
    }); 
    $('.lanren_left').hover(function() { 
 
        $(this).find(".kefu_left").animate({left: '0'}); 
        $(this).find(".bar_hide").stop().animate({left: '120px'}); 
 
    }function() { 
 
        $(this).find(".kefu_left").stop().animate({left: '-120px'}); 
        $(this).find(".bar_hide").stop().animate({left: '0'}); 
    }); 
})


分享到 :
jQuery的QQ在线客服插件sonline.js
上一篇 2018-05-09 15:44:19
360Shop在线客服原创代码
2018-05-09 16:10:43 下一篇

发表评论

登录... 后才能评论