理所当然,jQuery出场:
$(function() {
$(window).scroll(function() {
if($(this).scrollTop() + $(this).innerHeight() >= this.scrollHeight) {
alert('end reached');
}
})
});
理所当然,jQuery出场:
$(function() {
$(window).scroll(function() {
if($(this).scrollTop() + $(this).innerHeight() >= this.scrollHeight) {
alert('end reached');
}
})
});