jQuery蓝色网页右侧栏悬浮在线客服代码
202
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,0311
- 2,00012
- 1,9740
- 1,8503
- 1,7801





