I've been searching for a solution, but so far nothing seems to work for me. I have a page with header and content sections. The content section is currently not visible. When I click on an item in the navigation menu, I want to hide the header and display the selected article. I managed to make it work, but when I try to access the article using the URL followed by #name, nothing happens.
Using "jsfiddle" won't help in this situation, but I will share the code there to demonstrate what I have done. Is there another way to achieve this? Perhaps hiding articles with code and adjusting opacity, or using jQuery's "addClass" function? I'm feeling a bit lost and stuck at the moment.
Thank you for any assistance you can provide.