I am trying to get familar with the jQuery Tools - Slideshow from Flowplayer (http://flowplayer.org/tools/tabs/slideshow.html). Has anybody a hint for me how to select e.g. tab2 as start default, or how to switch to another tab when starting?
Thanks in advance,
Juergen
http://flowplayer.org/tools/tabs/index.html
look for initialIndex in the configuration property...
$(".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();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With