mui("#pullrefresh")[0].addEventListener("scrollstart", function() {
console.log(this.scrollHeight, this.getBoundingClientRect().top, this.scrollTop, document.body.scrollHeight);
});
可以监听到this.scrollHeight的值,但是很不灵敏,快速滑动时取值不准确,慢速滑动时有效
纯牛奶645
太棒啦
2016-11-21 16:23