草庐IT

BoxFactura

全部标签

javascript - pulltorefresh.js - 暂时禁用

我正在使用这个PullToRefresh插件:https://github.com/BoxFactura/pulltorefresh.js#api它运行良好,但我的页面上有一个带有div内联滚动的弹出窗口。问题是,当我想向上滚动(在div中)时,会触发PullToRefresh。当我的弹出窗口打开时,是否可以“删除”或暂时禁用PullToRefresh?PullToRefresh.init({mainElement:'body',onRefresh:function(){refreshAll();}});编辑:删除PullToRefresh;//不起作用编辑2:https://gith