Is there a way to cycle through page children using javascript?

Hi!

I guess I could use something like glider.js, but I don’t need the smooth swiping so it seems a bit excessive.

I just want to render the first child of the page with image and caption, and have a button that changes it to the next child and so on.

The first solution here kind of does what I want, but only with images.

Thank you.

What you could do is load use standard prev/next buttons like in our Starterkit, but prevent the default event via JS and then load the next page via Ajax.

I see, thank you! In this case I think an actual carousel implementation will be simpler for me.