I\'m using this jquery http://css-tricks.com/examples/SmoothPageScroll/ to create a smooth page scroll, however each time I click a scrollable element, the anchor ID appears on
The example explicitly adds the tag to the url:
// Set hash in URL after animation successful location.hash = target;
You should be able to remove/comment this line.