`
明月清风
  • 浏览: 920 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
实现方式: 当拖动的时候判断是否拖出表格,如果拖出表格,就让滚动条自动滚动: var intervalId; .... if(currentPosition > bottomBorder){    intervalid = setInterval(autoscrollto(true),100); }else if(currentPosition < topBorder){    intervalId = setInterval(autoscrollto(false),100); } //direction 值为true 表示向下滚动,false表示向上滚动 function au ...
Global site tag (gtag.js) - Google Analytics