$(function() { $("div.links").tabs(".wrapper > .tabs", { effect: 'fade', //fadeOutSpeed: "slow", fadeInSpeed: "slow", rotate: true // use the slideshow plugin. It accepts its own configuration }).slideshow(); //$("div.links").tabs().play(); }); $(function() { $("div.links2").tabs(".tabs2 > .listTabs2", { effect: 'fade', //fadeOutSpeed: "slow", fadeInSpeed: "slow", rotate: true // use the slideshow plugin. It accepts its own configuration }).slideshow(); //$("div.links").tabs().play(); });