So – how do one make a simple rotations function in jquery? There are many ways to do this, so I will just demonstrate one of them here:
Example code for the jQuery DIV rotator:
<div class="">
<div class="focusitem active">Item 1</div>
<div class="focusitem notactive">Item 2</div>
<div
…
read on