Using AJAX for display CMS post on category

Hi everybody,

Is it possible to use AJAX for displaying content of CMS posts on the category page with filters on webflow ? And with the changing URL ?

Here an exemple : Offres d'emploi informatique, digital, IT | Seyos

Thanks :smiling_face:

Hey @cetestudio.pro! I’m pretty sure the setup you showed could be accomplished natively without AJAX.

We can stop the filtering from instantly happening by leaving the “Submit” button visible and styling it as needed, we can also add the query params by adding fs-cmsfilter-showquery = true to the list element.

The AJAX approach might require quite some custom code.