Methods
constructor
argument
type
description
// import if you use the NPM package (not needed if you use CDN)
import InfiniteAjaxScroll from '@webcreate/infinite-ajax-scroll';
let ias = new InfiniteAjaxScroll('.container', {
item: '.item',
next: '.next',
pagination: '.pagination'
});bind
unbind
next
load
argument
type
description
append
argument
type
description
enableLoadOnScroll
disableLoadOnScroll
Last updated