Is there a plugin to automatically rotate a div with some text in it?
Hi,
I am tying to find a plugin that will allow me to to have multiple quotes automatically cycle through.
As of right now, I am using the following code for one quote, I would like to have numerous of them automatically rotate.
Thanks
- <div class="quote">
<div class="quoteBox-1">
<div class="quoteBox-2">
<p>Qoute goes here</p>
</div>
</div>
</div>
<div class="quoteAuthor">
<p class="name">Name</p>
<p class="details">Title</p>
</div>