欢迎您  本站地址:   jQuery网页右下角悬浮在线客服代码-小库平台

小库平台

 找回密码
 立即注册
jQuery网页右下角悬浮在线客服代码-小库平台

小库平台

 找回密码
 立即注册
上一主题 下一主题

jQuery网页右下角悬浮在线客服代码

跳转到指定楼层
楼主
|只看大图 回帖奖励 |倒序浏览 |阅读模式

这是一款悬浮固定在网页右下角的美女在线客服插件,jQuery网页右下角悬浮在线客服代码。

js代码
<scripttype="text/javascript">
(function($){
setInterval(function(){
if($(".animated-circles").hasClass("animated")){
$(".animated-circles").removeClass("animated");
}else{
$(".animated-circles").addClass('animated');
}
},3000);
varwait=setInterval(function(){
$(".livechat-hint").removeClass("show_hint").addClass("hide_hint");
clearInterval(wait);
},4500);
$(".livechat-girl").hover(function(){
clearInterval(wait);
$(".livechat-hint").removeClass("hide_hint").addClass("show_hint");
},function(){
$(".livechat-hint").removeClass("show_hint").addClass("hide_hint");
}).click(function(){
if(isMobile){
window.location.href='http://www.sucaihuo.com';
}else{
varoWidth=606,
oHeight=630,
top=($(window).height()/2)-(oHeight/2),
left=($(window).width()/2)-(oWidth/2);
window.open('http://www.sucaihuo.com','','width='+oWidth+',height='+oHeight+',scrollbars=yes,top='+top+',left='+left+',resizable=yes');
}
});
})(jQuery);
</script>



下载
回复

使用道具 举报

小黑屋|小库平台

GMT+8, 2024-9-20 08:15 , Processed in 5.252569 second(s), 18 queries , Xcache On.

Powered by Discuz! 3.4

小库提示

扫描下方二维码,访问手机版。