Results 1 to 3 of 3

Thread: Conflict fadeslideshow and accordion1.9

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

    Question Conflict fadeslideshow and accordion1.9

    1) Script Title 1: Ultimate Fade-in slideshow (v2.4)
    Script Title 2: Accordion Content script (v1.9)

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

    3) Describe problem:

    I know that this is one of the issues that is normally not answered and I understand why but I have searched the forum to no avail and I am asking for help anyway:

    I am trying to use the Fade-In Slideshow:
    http://myrejuvacenter.com/web/js/fad...slideshow.html

    and the Accordion Content Script:
    http://myrejuvacenter.com/web/js/fad...accordion.html

    Both of which work fine.....

    but when combined:
    http://myrejuvacenter.com/web/js/fad...accordion.html

    The accordion CollapseAll and ExpandAll functions, do not perform the desired functions, but instead link to the page referenced in the html/webpage code where the functions are called.

    Note that all of my attempts to place:

    var = jQuery.noConflict()

    anywhere in the fadeslideshow.js script causes the collapseall and expandall functions to stop working - even in the vanilla/standalone version.

    I have tried renaming all variables [ '$' > '$j' and inserting var $j = jQuery.noConflict() ] and but that did not change anything and I do not believe that is the problem.

    Again, I know my problem is not a bug and normally is not answered, but since both scripts were written by the DD group, to whom I am so grateful for providing these scripts, that maybe someone else has come across this and found a solution.

    Thank-you all for your efforts on behalf of all of us webdev wannabes,

    Gruntled

  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

    1. Revert to the demo versions of both scripts and just get rid of the line:


      Code:
      jQuery.noConflict()
      from the fadeslideshow.js file.


    2. It's good what you did using only one call to:

      Code:
      <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
      But that version wasn't the best, make it 1.5.2:

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

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

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

    Default

    Thanks John - That seems to have fixed the problem. Have a great day.

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
  •