I know iframes accomplishes this, but I want to find out how to do it without iframe if possible. I have for example 4 pages.
index.html 1.html 2.html 3.html
Where index.html has 3 links. if I click on link 1 on the index.html page, all the html content in 1.html is loaded in. If I clikc on link 2, then 2.html is loaded in.
How do I accomplish this with Jquery/Javascript/HTML only? (No serverside)