So i have a main webpage which contains 3 links of other 3 webpages i created. When i click on for example link to PAGE 1, it loads the PAGE 1 within a <div id="article> on my main page:
<PAGE 1> <PAGE 2> <PAGE 3> <div id="article"> </div>
Now on my main webpage i assigned a toggle function to the div article and on the very page i used jquery to hide the article on load:

...