pklauzinski / jscroll

An infinite scrolling plugin for jQuery.
http://jscroll.com/
1.11k stars 561 forks source link

Can't get 2 jscroll working #132

Open kad333r opened 7 years ago

kad333r commented 7 years ago
$( document ).ready(function() {

    $('.mountakhab .load-section').jscroll({
            debug : true,
            nextSelector: '.mountakhab-link a',
            contentSelector: '.category-articles-list'
    });

    $('.botola-pro .load-section').jscroll({
            debug : true,
            nextSelector: '.botola-pro-link a',
            contentSelector: '.category-articles-list'
    });
});

When the first termined jscroll is destroyed Firebug : jquery.jscroll.js:195 jScroll: nextSelector not found - destroying