wupeng

Results 2 comments of wupeng

``` function bindRefresh() { $('.element').dropload({ scrollArea: window, autoLoad: true, threshold: 50, loadDownFn: function(me) { $.ajax({ type: 'GET', url: '../../mockData/index.json', dataType: 'json', success: function(data) { ... me.resetload(); }, error: function(xhr, type)...

应该是bug 不能向上滚动,每次下拉时都会刷新 其实期望的时滚动 只有页面scrollTop为零时才期望下拉刷新