My first post here, but I learned a lot already by lurking =) This time, I can't find a solution for problem, although it looks like something that's easy to achieve.
I have a list of links to blogpost, generated with Feed2JS. Unfortunately, the RSS feed that is the source for this adds anchors to the links that I don't want. I can't change the feed, because it's generated automatically in RapidWeaver.
Is it possible to remove everything from the hash in the url's with jQuery? for example: change
http://www.example.com/blog/files/398e042ea42b7ee9d1678b3c53132fc3-31.php#unique-entry-id-31
to
http://www.example.com/blog/files/398e042ea42b7ee9d1678b3c53132fc3-31.php
I'm pretty new to jQuery, and still have a lot to learn, so please keep your answer simple.
Jeroen