Possible Duplicate:
How to remove the hash from window.location with JavaScript without page refresh?
When closing the slideshow I wan’t the address to be back to normal but the “#” is still there, any way to overcome this?
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.
From https://developer.mozilla.org/en/DOM/window.location:
This question I think addresses what you want using jQuery:
Change hash without reload in jQuery
Other related questions:
Change the URL in the browser without loading the new page using JavaScript
How to remove the hash from window.location with JavaScript without page refresh?
How can I change Firefox window.location.hash without creating a page reload?