简约的jQuery网页右侧在线客服特效

5.0/1人
免费

更新时间:2019-05-20 20:40:42

所属分类:在线客服

评论回复:1

 

暂无演示 下载权限

一个简约橙色风格的jQuery网页右侧在线客服特效,网站悬浮客服代码,带返回顶部按钮与二维码的qq在线客服代码。


js代码


<script type="text/javascript" src="js/jquery-1.7.min.js"></script>
<script>
$(function() {
	// 悬浮窗口
	$(".yb_conct").hover(function() {
		$(".yb_conct").css("right", "5px");
		$(".yb_bar .yb_ercode").css('height', '200px');
	}, function() {
		$(".yb_conct").css("right", "-127px");
		$(".yb_bar .yb_ercode").css('height', '53px');
	});
	// 返回顶部
	$(".yb_top").click(function() {
		$("html,body").animate({
			'scrollTop': '0px'
		}, 300)
	});
});
</script>


本地下载
- MB
xj4***
xj4***

未评价,系统默认好评!

2023-09-19 10:59:04
首页 导航 会员 客服
客服QQ 客服邮箱 TOP