2

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?

Community
  • 1
  • 1

1 Answers1

0

From https://developer.mozilla.org/en/DOM/window.location:

Examples

Whenever a property of the location object is modified, a document will be loaded using the URL as if window.location.assign() had been called with the modified URL.

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?

Community
  • 1
  • 1
palaѕн
  • 72,112
  • 17
  • 116
  • 136