I have the following code:
<div id="fp-slides">
<div id="fp-slide-design" class="current"></div>
<div id="fp-slide-seo"></div>
<div id="fp-slide-ecommerce"></div>
<div id="fp-slide-cms"></div>
</div>
I would like the class="current" to change between the 4 division every 5 seconds. What function in jQuery should I be looking at?
Take a look at this approach.
Just change the value 400 with 5000.