Hi,
I have got 3 buttons. On click (JS event listener) every button shows a different section of a page.
On the bottom of the same page I display latest posts (downloaded from COUCH).

Now, I would like those 3 buttons to do what they do now, but also to filter posts from the bottom of a page by category.
Is there a functionality for that?