Infinite Scroll

Infinite scroll has been called autopagerize, unpaginate, endless pages. But essentially it is pre-fetching content from a subsequent page and adding it directly to the user’s current page.


Attributes

data-fc-item-selector

Mandatory: Selector for all items you'll retrieve

data-fc-next-selector

Mandatory: Selector for the NEXT link (to page 2)

data-fc-buffer-px

Increase this number if you want infinite scroll to fire quicker (a high number means a user will not see the loading message).

DEFAULT: 40