Tagged Questions
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 ...