Comment on page
Installation
<script src="https://unpkg.com/@webcreate/infinite-ajax-scroll/dist/infinite-ajax-scroll.min.js"></script>
Place this code right before the
</body>
tag on each template or page that you want to use infinite scroll on.Are you using NPM in your projects? You can install and update our package easily.
$ npm install --save @webcreate/infinite-ajax-scroll
Last modified 7mo ago