quote-rotator icon indicating copy to clipboard operation
quote-rotator copied to clipboard

jQuery plugin that rotates through list items with a nice fade effect.

Results 5 quote-rotator issues
Sort by recently updated
recently updated
newest added

I can't really see much of a case for wanting the quote animation to occur when you only have one, so I am suggesting that we check for the number...

Hi, Love this plugin, but needed a way to manually pause (not just on hover), so I added one. Usage is pretty simple: ``` $("#quote-list").quote_rotator().trigger("pause"); $("#quote-list").quote_rotator().trigger("resume"); ``` Like?

Anyway to make this work on IE8? So far all I get are the quotes stacked on top of one another :\ Appreciate the help. :metal:

Works perfectly with jQuery 1.6 but doesn't rotate quotes when used with jQuery 1.7 Any idea as to what could be causing the problem?

From blog comment: http://coryschires.com/jquery-quote-rotator-plugin/#comment-2840 Thanks for sharing! I was having some of the same rendering issues with IE that were listed above and I even notice a difference in your...