User-939850651 posted
Hi flixell,
According to your description, I think what you need is for the page to present different content when the user clicks on different buttons.
If this is the case, you could try to use the jquery
data attribute to point to different page content, define its click event in js, and get the data attribute value of the button to load the required page content.
For more details, you could refer to this similar case:
toggling same div with multiple buttons
But if this is not what you expected, could you describe your requirement in more detail?
Best regards,
Xudong Peng