Results 1 to 4 of 4

Thread: Accordion Menu Script not working

  1. #1
    Join Date
    Feb 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Accordion Menu Script not working

    1) Script Title: Glossy Accordion Menu Script

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

    3) Describe problem: I have copy and pasted the code exactly as given, uploaded the files (ddaccordion.js and jquery-1.2.2.pack.js) as well as the images and when it is on my page it looks like this:

    http://www.parent-child.org/Wordpres...t-11/test.html

    Basically all of the menus are expanded and won't collapse and the headers are black.

    Can you help me fix this so that the menus run properly the way that they do on the example page?

    Thanks!
    Last edited by whateversclever; 02-29-2008 at 05:40 PM. Reason: wrong URL

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

    Default

    There's an error in your configuration code; it's missing a closing quotation:

    Code:
    toggleclass: ["none", ""]

  3. #3
    Join Date
    Feb 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok thank you. What do I put for a closing quote?

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

    Default

    Well, you're missing the part in red on this line:

    Code:
    toggleclass: ["none", ""]

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
  •