Is it possible to remove code and replace with another
Hi,
I am new to jQuery. I'm trying to make my website look like it is not loading by putting the content in a div, hiding it then fade in. When a link is clicked I use the hide(); function to clear the content out and load the new page in using load();
The problem is when you go to the source code you can still see the previous code. I assumed this is still loading so technically I have two pages loading at once when I only need the one? Surely this is very inefficient maybe I have misunderstood. Can someone explain this
Thanks