码迷,mamicode.com
首页 > 微信 > 详细

coffeescript写的一个无限下拉小程序

时间:2018-08-08 14:51:52      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:esc   color   doc   rip   style   col   一个   wait   ret   

locate=$(document).height()-$(window).height()
times=0
scroller = (cb)->
  if locate<=$(document).height()-$(window).height()
    times=0
    locate+=100
    scroll(0,locate)
    clearTimeout(timer)
    timer=setTimeout("scroller()",54)
    timer
  else
    await sleep 3000, defer()
    times++
    console.log times
    return if times>3
    scroller()
scroller()

 

coffeescript写的一个无限下拉小程序

标签:esc   color   doc   rip   style   col   一个   wait   ret   

原文地址:https://www.cnblogs.com/heiyou-blog/p/9442344.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!