ectype
ectype

Reputation: 15095

A jQuery accordion that cycles automatically and other options

Does anyone have a demo of a jQuery accordion that cycles through content automatically with an option to set the number of loops or cycles?

Upvotes: 0

Views: 1968

Answers (2)

Hristo
Hristo

Reputation: 46557

StackOverflow has several questions on this topic. One such question can be found here, How to Add Auto-Rotation to a jQuery Horizontal Accordion, and it might be worthwhile reading through.

Here are some other sources that you should look through:

I hope this helps.

Upvotes: 1

davin
davin

Reputation: 45555

I suggest you use whatever jquery accordion plugin you like most, and build the cycling functionality yourself. It is very simple - check out my setInterval-based answers below. You can see there that there are private variables you could use to set the number of times etc.

I twice answered something almost identical:

Added a timer to Animated Collapsible DIV

emulating tabs being clicked to create a slideshow of tabs in jquery

Upvotes: 0

Related Questions