Results 1 to 3 of 3

Thread: Accordion script not working in Safari

  1. #1
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Accordion script not working in Safari

    1) Script Title: Accordion Content script (v1.7.1)

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

    3) Describe problem: I'm using the script on this page: http://www.mambos-cafe.com/menu and it works fine in IE, FireFox but doesn't function in Safari (or show the expand arrow).

    Any thoughts on why this is happening?

    Thanks.

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

    Default

    Looks like a conflict between MooTools and jQuery on your site, though I'm not sure why it only affects Safari. Anyhow, inside ddaccordion.js, try adding the below red line to the existing code, near the top:

    Code:
    jQuery.noConflict()
    
    var ddaccordion={
    "
    "
    DD Admin

  3. #3
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That did the trick! Thanks for your help with this. I would have never figured it out on my own.

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
  •