标签:logs blog scroll class 触发事件 als 连续 var cli
(function() { var finished = true; function loadData() { //xxxx finished = true; } dom.onscroll = function() { if(finished && this.scrollHeight - this.clientHeight == this.scrollTop) { finished = false; loadData(); } } })();
标签:logs blog scroll class 触发事件 als 连续 var cli
原文地址:http://www.cnblogs.com/silences/p/6612805.html