when trying to go back one folder via ../ from a file "index.html" to the "index.html" in the folder before (also root folder) jQuery puts out "Error Loading Page".
My file structure looks something like this:
index.html -> main page /Something/index.html -> page where i want to place the link
I've already tried it on a file that does not include jQuery and it worked. with some text, however it does not allow me to do that in my current "index.html"
<a class="something" href="../index.html"> <img src="../images/logo.jpg"> </a> I want to go back to the index.html from /something/index.html.