Remove Hash When Reloading Page?
Im using a hash to switch through my image slider. when i reload the page and the hash is set to e.h. #3 there is no picture. when the gallery slides automatically after some secon
Solution 1:
location.hash = ""
Run that on page load.
Post a Comment for "Remove Hash When Reloading Page?"