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

jQuery网页右下角悬浮在线客服代码-精品资源网
jQuery网页右下角悬浮在线客服代码
此内容为免费资源,请登录后查看
0
免费资源

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

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

js代码

<script type=\"text/javascript\">
(function($) {
	setInterval(function(){
		if($(\".animated-circles\").hasClass(\"animated\")){
			$(\".animated-circles\").removeClass(\"animated\");
		}else{
			$(\".animated-circles\").addClass(\'animated\');
		}
	},3000);
	var wait = 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{
			var oWidth = 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>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容