PHP群:95885625 Hbuilder+MUI群:81989597 站长QQ:634381967
    您现在的位置: 首页 > JS特效 > 在线客服 > 正文

    jquery右侧浮窗客服代码

    作者:w634381967来源:jquery客服,右侧浮窗客服,jquery特效浏览:时间:2014-06-10 22:02:22我要评论
    分享到

    内容介绍

    一款非常不错的jquery右侧浮窗客服代码,简单实用,B5教程网推荐下载!

    jquery核心代码


     
    复制代码 代码如下:
    $(document).ready(function(){
    $(window).scroll(function(){
      nowtop = parseInt($(document).scrollTop());
      $('#cleft_box').css('top', nowtop + 200 + 'px')
    })
    $('#cleft_box').hover(function(){
      $(this).css('width','172px');
    },function(){
      $(this).css('width','36px');
    })
    $('#toTop').click(function(){
      $(document).scrollTop(0);
    })
    })

    下载资源:125 下载积分:0 积分
    转载请注明(B5教程网)原文链接:https://b5.mxunkeji.com/content-53-278-1.html
    相关热词搜索: