Hi guys,
I'm using jQuery and the cycle plugin to simply rotate some images.
On a mouse even I ask it to pause,
$('.content-main-imgholder', this).cycle('pause');
My question is how can now detect if the cycle is paused? i.e.
if( cycle = pause ) {
//do something
}
Thanks in advance for your help.