How to make that when you click on a link, the old page is not removed (ie, the white area does not appear) until the new page is loaded. Something like VK

1 answer 1

So use AJAX and that's it ..

In any ajax request (well, if via jQuery), there is a callback in which actions are taken after receiving a response from the server .. So use this ..