首页

源码搜藏网

首页 > 网页特效 > 在线客服 >

鼠标滑过弹出jquery在线客服

创建时间:2014-08-19 09:05  

鼠标滑过弹出jquery在线客服
鼠标滑过弹出jquery在线客服
效果预览 立即下载

鼠标滑过弹出jquery在线客服鼠标滑过弹出jquery在线客服是一款简单的jquery网页右侧悬浮qq在线客服代码jquery鼠标滑过右侧悬浮在线客服

<script type="text/javascript">           
$(document).ready(function(){


$(".suspend").mouseover(function() {
        $(this).stop();
        $(this).animate({width: 160}, 400);
    })

    $(".suspend").mouseout(function() {
        $(this).stop();
        $(this).animate({width: 40}, 400);
    });

});
</script>

上一篇:白色简洁jQuery右侧在线客服
下一篇:jquery右侧固定层QQ在线客服代码

相关内容

热门推荐

  1. 1
/ 1
  1. 1
/ 1