Currently, I am working on a website using jQuery, CSS and HTML. There is a static menu on the left side of the page that should always be visible, along with a content div. When I click on a link in the menu, the entire page animates and slides to the left to reveal the linked div. I would like to change this behavior so only the content div animates and gets replaced. Is there a way to achieve this?
Thank you.