# Infinite Scroll instead Number Pagination

**URL:** https://community.swiftype.com/t/infinite-scroll-instead-number-pagination/885
**Category:** API
**Created:** [October 5, 2018, 11:22am UTC](https://community.swiftype.com/t/infinite-scroll-instead-number-pagination/885 "2018-10-05T11:22:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![karamveer.singh](https://avatars.discourse-cdn.com/v4/letter/k/94ad74/32.png) [@karamveer.singh](https://community.swiftype.com/u/karamveer.singh)
#### Post date: [October 5, 2018, 11:22am UTC](https://community.swiftype.com/t/infinite-scroll-instead-number-pagination/885/1 "2018-10-05T11:22:38Z")

</div>

Hi,

We’re using swiftype-API with Jquery-swiftype.search.js its working fine.Just for the requirement basis we need to show all result in kind of Infinite scroll.

Please suggest Is there any way to load result with infinite scrolling, load more, autopaging, endless pages and more?

thanks,  
karamveer

---

<div class="post-metadata">

### Author: ![smiller](https://avatars.discourse-cdn.com/v4/letter/s/8c91f0/32.png) [@smiller](https://community.swiftype.com/u/smiller)
#### Post date: [October 5, 2018, 1:43pm UTC](https://community.swiftype.com/t/infinite-scroll-instead-number-pagination/885/2 "2018-10-05T13:43:36Z")

</div>

Pretty sure there is no built in infinite scolling in the jquery plugin. You would have to implement it yourself with js, such as requesting a new pages as you get close to the ends of the current page, or preloading the previous and next pages everytime.

---

<div class="post-metadata">

### Author: ![karamveer.singh](https://avatars.discourse-cdn.com/v4/letter/k/94ad74/32.png) [@karamveer.singh](https://community.swiftype.com/u/karamveer.singh)
#### Post date: [October 8, 2018, 1:16pm UTC](https://community.swiftype.com/t/infinite-scroll-instead-number-pagination/885/3 "2018-10-08T13:16:40Z")

</div>

thanks @smiller  
If anyone have other idea OR swiftype considering this in next release of library ?
