How do I add a HTML hash link without it altering the URL bar…?
问题 When I add a HTML link to a specific part of the page: <a href="#specific">test</a> I noticed that it changes the URL at the address bar. Although I have come across websites where they link that way without the address bar being updated. How is this possible? EDIT: It might be an AJAX solution were they make it work without URL change, as if I remember correctly, the page didn't reload, it went directly to the destination... 回答1: You may wish to look at the jquery plugin, scrollTo. http:/