Results 1 to 2 of 2

Thread: Ultimate Slideshow and JQuery

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

    Default Ultimate Slideshow and JQuery

    1) Script Title: Combining Slideshow with custom JQuery

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

    3) Describe problem: While trying to implement the slideshow into a webpage that already has jquery, I'm getting an "Object doesn't support this property or method" error. The error is pointing to the following line in another .js file that controls some fadein/out graphics that run once the page loads:

    $(window).load(function() {

    When fadeslideshow.js is not referenced in my page, everything runs great and as soon as I add <script type="text/javascript" src="fadeslideshow.js"></script>, my error comes up again. I've tried putting my jquery code and the slideshow code into the same file and I get the same error.

    Please help me out if you can

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

    Default

    This is most likely due to the other script not taking into account jQuery.noconflict() being called by the slideshow. Inside fadeslideshow.js, try commenting out the following line:

    Code:
    //jQuery.noConflict()
    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
  •