I dislike having to load a new page each time I click a link, I'm thinking of building something similar to iframe.
When i click an anchor tag I want to load a div, but I don't want that div content to be loaded before I click that anchor tag.
I.e. you go to www.example.com, it loads pretty quick, then you click ‘bio’ or ‘contact us’ and it loads up new content that's already written, kind of telling the browser to ignore parts of the code in the HTML. Is this even possible?