jQuery file not being retrieved from server

AbsolutVodka

New Member
For some reason my html file's request for my jquery.js file fails, however when I enter that exact url into a new tab in the browser, I get the exact jquery.js file I am trying to get when the website loads.My code is as such:\[code\]<script src="http://stackoverflow.com/questions/14410806/js/jquery.js"></script>\[/code\]and my website is here. If you append jquery.js to the root, you will see the exact file.Can anyone explain why the file isn't properly retrieved when the website loads?Any help is greatly appreciated.
 
Back
Top