I have a link on my webpage, say "o." Clicking on it loads a specific div without refreshing the entire page using jquery .load() . This does not change the URL bar in the address bar of the browser.
You can go to the same page by selecting www.mydomain.com/?page=about .
So what I want to do when the user clicks the "about" link, the pages will load as they are (using jquery), but I want to change the URL bar in the address bar of the browser so that someone can actually copy or tag exact page.
Can this be done?
source share