Results 1 to 3 of 3

Thread: Conflicts Step Carousel

  1. #1
    Join Date
    May 2008
    Location
    Russia, Krasnoyarsk
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conflicts Step Carousel

    1) Script Title: Step Carousel Viewer

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

    3) Describe problem:
    Hello. Excuse for my English.
    Your script clashes with simple references to jquery.
    For example when on a page you place here this script:
    Code:
    $(document).ready(function(){
     
        $(".pane .delete").click(function(){
            $(this).parents(".pane").animate({ opacity: "hide" }, "slow");
        });
     
    });
    It does not work.
    I the beginner in JavaScript. If you will not complicate help to understand.

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

    Default

    See this thread for the solution: http://www.dynamicdrive.com/forums/s...ad.php?t=32053

  3. #3
    Join Date
    May 2008
    Location
    Russia, Krasnoyarsk
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks

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
  •