Flowplayer の jQuery Tools - Slideshow ( http://flowplayer.org/tools/tabs/slideshow.html ) に慣れようとしています。たとえば、tab2をデフォルトの起動として選択する方法、または起動時に別のタブに切り替える方法のヒントはありますか?
前もって感謝します、
ユルゲン
Flowplayer の jQuery Tools - Slideshow ( http://flowplayer.org/tools/tabs/slideshow.html ) に慣れようとしています。たとえば、tab2をデフォルトの起動として選択する方法、または起動時に別のタブに切り替える方法のヒントはありますか?
前もって感謝します、
ユルゲン
http://flowplayer.org/tools/tabs/index.html
構成プロパティで探しinitialIndex
ます...
$(".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();