Looking for a JQUERY/ javascript guru..HELP!!!

Discussion in 'jQuery' started by marsmellow, May 5, 2011.

  1. #1
    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
     
    marsmellow, May 5, 2011 IP
  2. Jan Novak

    Jan Novak Peon

    Messages:
    121
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    0
    #2
    Please post URL where is a problem.
     
    Jan Novak, May 5, 2011 IP
  3. Jan Novak

    Jan Novak Peon

    Messages:
    121
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    0
    #3
    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 Novak, May 5, 2011 IP
  4. marsmellow

    marsmellow Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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?
     
    marsmellow, May 5, 2011 IP
  5. Jan Novak

    Jan Novak Peon

    Messages:
    121
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    0
    #5
    You are welcome.

    Btw. I prefer Czech beers ;)
     
    Jan Novak, May 5, 2011 IP