2010-07-28 7 views

답변

1
$(".slidetabs").tabs(".images > div", { 

    // enable "cross-fading" effect 
    effect: 'fade', 
    fadeOutSpeed: "slow", 

    // start from the beginning after the last tab 
    rotate: true, 

//set your default tab 
current: "tab_2" //class name 

// use the slideshow plugin. It accepts its own configuration 
}).slideshow(); 
+0

안녕 Flakron, 도움 주셔서 감사합니다. 'initialIndex'가 포함 된 Reigel의 조언이 해결책이었습니다. 유 르겐 – Juergen

관련 문제