jQuery蓝色网页右侧栏悬浮在线客服代码
237
0
jQuery在线客服在线客服代码右侧栏客服

一款蓝色风格的侧边栏特效,鼠标经过滑出jQuery网页右侧栏悬浮在线客服代码。
<script type="text/javascript">
$(function() {
$(".contactusdiyou").hover(function() {
$(".hoverimg").attr("src","images/hoverbtnbg1.gif");
$('.diyoumask').fadeIn();
$('.contactusdiyou').animate({right:'0'},300);
}, function() {
$(".hoverimg").attr("src","images/hoverbtnbg.gif");
$('.contactusdiyou').animate({right:'-230px'},300,function(){});
$('.diyoumask').fadeOut();
});
});
</script>热点素材
- 2,3831
- 2,3280
- 2,26912
- 2,2113
- 2,0951





