I'm currently trying to pass a page anchor from one page, to another, to have the second page scroll smoothly to the correct div.
Currently the second part of the desired feature works, but I'm looking for a way to pass the anchor to the second page without it appearing in the URL.
So for example, instead of having
www.example.com/blog#features
The anchor tag #features, could be passed somehow to the blog page and scroll correctly without it appearing in the URL.
Is this possible with jQuery or some form of Ajax style request?