Tagged Questions

4
votes
2answers
2k views

How to get “raw” href contents in JavaScript

I am trying to write a GreaseMonkey script in which I want to find all of the links that are relative links. It seemed to me that the way to do that would be to match the contents of href against ...
1
vote
1answer
60 views

Is there a way to rewrite all relative URL:s when inserting a HTML fragment in jQuery?

I'm loading a HTML fragment into a page using a jQuery AJAX call. The fragment is loaded from a separate directory on the server and I want to be able to reuse it (with its links to scripts and ...