会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
寻找薛定谔的猫
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2018年11月13日
jQuery判断鼠标滚动方向
摘要: 1 var scrolltop = new Array(); 2 var index = 0; 3 scrolltop[0] = 0; 4 $(document).scroll(function(){ 5 index ++; 6 scrolltop[index] = $(document).scrollTop(); 7 if (scrolltop[in...
阅读全文
posted @ 2018-11-13 10:25 teagueli
阅读(994)
评论(1)
推荐(0)
编辑