How to open Item collection details without reload page

Hi ,
I’ve a collection list items and when I click on the item it opens details of it and page is refreshing.
I’m having this issues, I just want to open details of item without page refreshing .
I’ve tried to use this custom code: https://seamless-pagination.webflow.io/?a8213478_page=1
Any suggestions on how to solve this problem?
Thanks

Without examining your site, I can only guess on what you want.

So my solution to this guess is to use Tabs. Set your tab collection to what you want to see and another dropdown collection for the main material.

For instance:
I want to see all cities, towns, etc. within a state. I use the dropdown to pick the state and the tabs for the cities, towns, pot shops, bars, whatever. The page will not refresh when I select a new state with it’s information.

I hope this is understandable and a correct guess.

You can do that with custom code. What you’re looking for is AJAX.

Using tabs is not a scalable solution.

2 Likes

How can i do that with AJAX any Example or Reference ?

@Joshmat_jjen Here’s a question on Stack Overflow that may answer your question:

javascript - How do I load the ajax data into a div with jquery? - Stack Overflow