I have a scroll plugin that uses my div ID to scroll to a specific anchor,
It's creating urls like this: http://example.com/#examplediv|700
I want to find a way using js or any other suggested method to hide the hash in the url
I want to transform this: http://example.com/#examplediv|700 into this: http://example.com/
Any ideas?