paulirish Json基于无限卷轴只发射一次

时间:2014-05-13 01:05:17

标签: jquery html json infinite-scroll

我正在使用基于无限滚动的Paulirish Json,它只发射一次。代码是 jquery的:

 $('#content').infinitescroll({
    navSelector     : "#next:last",
    nextSelector    : "a#next:last",
    itemSelector    : "#content",
    debug           : true,
    dataType        : 'json',
    appendCallback  : false,

}, function(result){

     $(this).prepend(result);


});

HTML:

<div class="row" id="content">      
</div>
<div id="pages">
    <a id="next" href="getCaterers.cp"></a>
</div>

这是Paulrish Infinite滚动Github的链接  https://github.com/paulirish/infinite-scroll 任何帮助将非常感谢,谢谢。

0 个答案:

没有答案