我实现了这个“无限滚动”插件(Paul Irish one)。
虽然我偶然发现了一个问题,插件在访问页面时加载了finishedMsg,甚至没有移动页面,如果你滚动得足够快,你可以看到“Next / Prev”按钮消失,之前出现的消息消失了好。
$('.infinite').infinitescroll({
loading: {
finishedMsg: "<em>Congratulations, you've reached the end of the internet.</em>",
msgText: "<em>Loading the next set of posts...</em>"
},
debug: false,
nextSelector: ".page-navigation span.prev a",
navSelector: '.page-navigation span a',
extraScrollPx: 0,
appendCallback: true
});
答案 0 :(得分:0)
我刚删除了整个内容,而是在CSS中实现了Position:fixed
来创建自己的下一个/上一个。