When you browse facebook and click a link on it for example (a friend profile, the home button etc) all the page get refreshed but not the chat.
How can you tell the browser to reload the page but don’t reload a part of it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might want to check out this document. Basically, HTML5 introduced a feature (
history.pushState(),history.replaceState()andwindow.onpopstate) that allows you to change the URL displayed in the address bar without actually reloading the page.