I just finished a website & went to upload it to the client’s host, which is the same host that I use for my personal site. When I uploaded the site to his domain as an add on & tested the jQuery function, it doesn’t run. I’m loading jQuery from Google via:
<!--/ jQuery Inclusion-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
And it runs perfectly on my personal host setup, it just doesn’t work at all on the new host. I called & got no resolve from tech support, was hoping that you guys could help me out.
Nivo Slider & Fancybox working on my personal site:
Nivo Slider & Fancybox NOT working on client’s site:
What could be causing this considering it’s not required that the js is hosted on the server? I greatly appreciate your help!
Is not a jQuery issue or whatsoever, is because all your scripts references return a 404 “page not found”
Your references start from the root
/file…. but they should be relative to directory
nd/like… so is a path issue 😉