web299.com
全部
教育
语言/资格考试
法律
互联网
政务民生
Word模板
Excel模板
PPT模板
网页特效
小程序模板
网站模板
首页
教育
语言/资格考试
法律
互联网
政务民生
Word模板
Excel模板
PPT模板
网页特效
小程序模板
网站模板
当前位置:
首页
>
网页特效
>
在线客服
jquery在线qq客服返回顶部特效
分类:
在线客服
日期:
2024-05-14
点击(10)
评论(0)
演 示
免费下载
简介
jquery代码如下: ```html $(document).ready(function () { $("#leftsead a").hover(function () { if ($(this).prop("className") == "youhui") { $(this).children("img.hides").animate({ width: '145px', height: '343px', top: '2px' }, 600); } else { $(this).children("img.hides").show(); $(this).children("img.hides").animate({ marginRight: '0px' }, 'slow'); $(this).children("img.shows").animate({ width: '0px' }, 200); } }, function () { if ($(this).prop("className") == "youhui") { $(this).children("img.hides").animate({ width: '0', height: '0', top: '150px' }, 600); } else { $(this).children("img.hides").animate({ marginRight: '-143px' }, 'slow', function () { $(this).hide(); $(this).next("img.shows").animate({ width: '47px' }, 200); }); } }); $("#top_btn").click(function () { if (scroll == "off") return; $("html,body").animate({ scrollTop: 0 }, 600); }); $("#c_btn").click(function () { if (scroll == "off") return; $("html,body").animate({ scrollTop: 2694 }, 600); }); }); ```
相关推荐
html5浪漫粒子表白文字特效
SlidesJS幻灯片特效
html5瀑布流相册特效
css3 svg实现的情人节表白鲜花动画特效
t-scroll.js基于ES6的DOM元素,过渡动画库插件
纯js写省市区三级联动效果
广告
广告