无限滚动和加载div

时间:2012-07-19 14:41:52

标签: jquery infinite-scroll

我使用这个插件

http://www.infinite-scroll.com/
我需要在我的加载按钮上放置一个加载div。
http://www.infinite-scroll.com/trigger.html
我没有在插件网站上找到任何文档如何做到这一点。有什么帮助吗?

1 个答案:

答案 0 :(得分:2)

以下是解决方案:

 $container.infinitescroll({
                navSelector: '#nav-pagination-load-more',
                nextSelector: '#nav-pagination-load-more .next',
                itemSelector: '.hentry',
                loading: {
                    selector: '#load-more',
                    finishedMsg: 'No more posts to load.',
                    img: 'http://cdn.moozpaper.com/lucidpress/wp-content/themes/lucidpress/images/loading_small.gif',
                    msgText: ''
                }
            },