1

最後のスライドの後、私のスライド ショーは最初のスライドから開始するようにスライドの順序を逆にします。ループさせたいのですが、このコードで何を変更すればよいかわかりません。初心者です。誰かが答えてくれたらとても感謝します...

//direction settings
    if(opts.direction == 'right'){
        cur = maxi; //starting from last slide
        autoMove = opts.prev; //changing the auto-scroll direction
    $(opts.slides).children().each(function(e){ //inverting the slide order
            if(e = 0){
                var child = $(this).detach();
                $(opts.slides).prepend(child);
            }
    });
    }
4

0 に答える 0