I have 1 HTML page and i want to be able to manipulate the shape of the layout and the content without having to create a second page and without having to refresh the page;
I had the idea to code everything into the one page, and toggle the display of each element on and off when needed using javascript.
I also heared i could use AJAX and JSON, but json is only for storing data, and the idea of storing HTML elements into json files seemed silly to me , is it not ?
Is there a better approach to this?
Thank you and forgive my noob-ness.