Hello there jQuery Pro's, I have the following problem: A few months ago I tried this file, which was working perfectly (and online still does...): http://tympanus.net/codrops/2010/05/05/beautiful-background-image-navigation-with-jquery/ Just press 'DEMO' and see how the navigation behaves. Nice, huh? Now, I made a website, based on this jQuery navigation file. Since today its not working anymore suddenly! Just try yourself: DOWNLOAD the original file and you will see its just a static page you're staring at: Please press 'DOWNLOAD' from the same page! Is there a jQuery/ JS guru anywhere here on this forum, who is certain he can find the problem and fix this problem (quick!) for me? I hope you will respond VERY SOON! Thanks in advance, regards, Mars
In the zip file is bad path to jQuery library. If you add correct path, it works. So in index.html change <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> to <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
Jan, just around the same time you found the issue, I also found the solution...what a coincidence I wanna thank you also very much for your quick respons and the big help, really!. What kinda beer you like best? The Belgium ones?