Imagine a multiple CMS lists on page. The user is presented with an overview of products.
When a user clicks on item x, popup x pops up with specification about item x in greater details, without leaving the page. When a user clicks “close or x” the card slides out and the user returns to where is was before clicking item x.
When the user clicks on item y, popup x pops up with specification about item y, without leaving the page. etc… etc… etc…
Sadly, I am not able to this without reaching out to react or other frameworks. Maybe it is possible with vanilla javascript… If so… then I would love to hear/read how this can be achieved. Perhaps I am thinking all wrong or too complicated…
I am sorry, but the website is a business website. I cannot share it around unfortunately. I will try to make a separate cloneable one in the near future! Till that time, the answer from @webdev can guide you in the right direction!