Results 1 to 2 of 2

Thread: Conflict between js

  1. #1
    Join Date
    Nov 2009
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conflict between js

    1) Script Title: haccordion.

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

    3) Describe problem: Hello,
    I install this script that works very well, I just wanted to install this script for the videos youtube but I am forced to disable jquery.min.js for the two to work! Why?

    thank you

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

    Default

    The later script uses Mootools as its framework- most likely there is a conflict between that framework and jQuery. Inside haccordion.js, try adding the line in red near the top inside the file:
    Code:
    jQuery.noConflict()
    
    var haccordion={
    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
  •