Results 1 to 6 of 6

Thread: Drill Down Menu

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

    Default Drill Down Menu

    1) Script Title: Drill Down Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ldownmenu.htm#

    3) Describe problem: Drill Down seems only work with jQuery version up to version 1.3.x, not newer.
    Q1: is there any effort to make drill down menu work with actual jQuery?
    Q2: is there any successor of drill down menu, with similar function and working with actual jQuery?
    TIA

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    What version of jQuery does the script not work for you in? Testing it with jQuery 1.5.2 seems to work fine:

    Code:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
    DD Admin

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

    Default

    http://ajax.googleapis.com isn't available to me.
    I tried versions
    http://code.jquery.com/jquery-1.6.1.js
    and
    http://code.jquery.com/jquery-1.5.2.js
    both don't work.
    With 1.5.2 I receive:
    uncaught exception: [Exception... "Node cannot be inserted at the specified point in the hierarchy" code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" location: "file:///C:/Projekte/Marquis/KGAS/KGAS_App/V01eexx/V01eenn/source/GUI/WebServerDemo/WebRoot/js/jquery.js Line: 5672"]
    With 1.6.1 it is the same error, but other source line #

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Why wouldn't ajax.googleapis.com not be available to you, as it's just a reference to the library on Google's server? Anyhow, even using jquery 1.6.1 served from jquery the script still works for me (FF3.6 and IE9). What browser are you using?
    DD Admin

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

    Default

    Hi,
    maybe yesterday I had a network problem, so today ajax.googleapis.com works for me.
    In FF 4.0.1 it doesn't work, in IE8 it works!
    Maybe something in FF DOM or javascript has changed?

  6. #6
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmm just tested the menu using jQuery 1.5.2 and FF4.01- no discernible problems for me there.
    DD Admin

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
  •