add this code to the footer html
<script src="https://unpkg.com/@webcreate/infinite-ajax-scroll/dist/infinite-ajax-scroll.min.js"></script> <script> let ias = new InfiniteAjaxScroll('.qa-q-list', { item: '.qa-q-list-item', next: '.qa-page-next', pagination: '.qa-page-links' }); </script>
<script src="https://unpkg.com/@webcreate/infinite-ajax-scroll/dist/infinite-ajax-scroll.min.js"></script>
<script>
let ias = new InfiniteAjaxScroll('.qa-q-list', {
item: '.qa-q-list-item',
next: '.qa-page-next',
pagination: '.qa-page-links'
});
</script>
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.