Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6700511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:49:24+00:00 2026-05-26T06:49:24+00:00

I use location.hash to scroll to somewhere in my page. It works fine when

  • 0

I use location.hash to scroll to somewhere in my page. It works fine when the location has no hash. But it does not work if the location already has the same hash value.

For example, location.hash = 'a'; scrolls to <div id="a"></div>. Now location.href will be like http://www.example.com/test.html#a. And if location.hash = 'a'; is triggered again, the window will not scroll. This only take place in Chrome and Safari.

I found a solution at Scrolling a page using location.hash in Safari, but I don’t want to add an unnecessary tag.

And I have also tried location.href = '#a'. That works fine but I’m afraid it will cause page reloading. Does anybody have better ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T06:49:25+00:00Added an answer on May 26, 2026 at 6:49 am

    Your best bet is to replace the hash temporarily with some value that you know does not exist on the page, and then reload the hash trying to be accessed.

    location.hash = 'a';
    
    // this is the function that changes the hash
    function setHash(newHash) {
        location.hash = 'someHashThatDoesntExist';
        location.hash = newHash;
    }
    
    setHash('a');
    

    That should do the trick.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know on client side (javascript) you can use windows.location.hash but could not find
I use 'window.location.hash' to add '#something' to the URL without refreshing the page. I
I'm trying to make a script to use multiple values in window.location.hash but i'm
I know I can use window.location.pathname to return a url, but how do I
$(document).ready(function(){ $(a).click(function() { $(#content).load($(this).attr(href)); window.location.hash = $(this).attr(href); return false; }); }); So I use
Using JavaScript, is there a way to update window.location.hash without scrolling the web page?
I'm trying to scroll the page based on the hash on the url. Here's
I have a jQuery scroll set up, but the duration is not working properly.
I use this code, and it works, but it only works one time. How
How bad is it to use Location Manager to retrieve the location information when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.