Results 1 to 2 of 2

Thread: Newbie js question

  1. #1
    Join Date
    May 2011
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Newbie js question

    In fact, newbie doesn't cut it - I know nothing about javascript and need help!

    We've had a website designed in php by a student, who is now long gone, but having problems with a js drop down nav bar, which keeps bouncing like crazy every time you hover the cursor over it. It also displays all the sub menus, rather than the one you want:

    http://noshlive.com/features.php?type=special-report

    Not sure if there's some sort of conflicting code, it's a recent problem and didn't occur when the site was first designed.

    If any of you clever people can tell me what the problem might be, or point me in the right direction, I'd be eternally grateful. I know html, very very little php and no javascript at all.

    If you need any more info, let me know.

    Thanks!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Replace:

    Code:
    		<script type="text/javascript" src="/scripts/jquery-1.js"></script>
    		<script src="http://code.jquery.com/jquery-latest.min.js"></script>
    with:

    Code:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    publishingqueen (05-09-2011)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •