I am attempting to achieve a specific effect using JavaScript and jQuery
Link to the content I want to load in a modal
The goal is to load the content in a modal while keeping the main page in the background. Additionally, when a URL is followed, I want it to change the address in the browser
Original website link for reference
I have found some information in this post that has helped me partially:
Useful Stack Overflow answer referenced
However, my main question remains: How can I change the URL in the browser dynamically?
(Apologies for any language errors)