Tagged Questions
1
vote
1answer
56 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 ...
1
vote
5answers
714 views
Switch to SSL using a relative URL
I would like to create a relative link that switches the current protocol from http to https. The last place I worked had something set up on the server so that you could make that happen, but I don't ...
0
votes
1answer
155 views
relative link for directory above
I've got a file structure like so
Root
-index.html
-adirectory
->fileinthedirectory.html
I'd like to create a relative link from fileinthedirectory.html to index.html since /index.html links to ...