Answer the question
In order to leave comments, you need to log in
How to make tabs auto-play?
How to make the tabs change themselves? Can't be changed in
settings
Answer the question
In order to leave comments, you need to log in
(function($) {
function tabsAutoPlay() {
var wrapper = $('.w-tabs-list-h').filter(':visible'),
el = wrapper.find('.w-tabs-item'),
nextEl = (el.filter('.active').next().length) ?
el.filter('.active').next() :
el.filter(':first-child');
nextEl.click();
}
setInterval(tabsAutoPlay, 2000);
})(jQuery);
2000
ms = 2 sec. Replace with your span if necessary
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question