[jQuery] Re: JQuery Cycle Question

2008-10-01 Thread sorahn
awesome. [EMAIL PROTECTED] On Oct 1, 5:31 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > You could do something like this to add the pause behavior to the > pager hover: > > $('#nav li a').hover( >         function() { $('.view-content-top-news').cycle('pause'); }, >         function() { $('.view-c

[jQuery] Re: JQuery Cycle Question

2008-10-01 Thread Mike Alsup
You could do something like this to add the pause behavior to the pager hover: $('#nav li a').hover( function() { $('.view-content-top-news').cycle('pause'); }, function() { $('.view-content-top-news').cycle('resume'); } ); I'll make this easier in a future version of Cycle. Mik

[jQuery] Re: JQuery Cycle Question

2008-10-01 Thread sorahn
Double post... just ignore this one. Thanks. On Oct 1, 2:47 am, sorahn <[EMAIL PROTECTED]> wrote: > Hey guys, i just had a quick question about settings for the jquery > pager.  I've got it doing mostly what i want, but i'm wondering if > it's possible to invoke a pause when you hover over a pag

[jQuery] Re: jQuery Cycle question

2008-06-18 Thread Sagamore
Hello Malsup. I tried to implement it (Cycle plugin) with Ajax data It does not work even whenever i set two extra dummy images at first Any idea what could be wrong ? Here is the faulty page :http://sagamore.free.fr/draft/jquery/ ThanX !

[jQuery] Re: jQuery Cycle question

2008-05-27 Thread Bruce MacKay
Thanks Mike, that did solve the problem. Cheers/Bruce At 11:25 a.m. 28/05/2008, you wrote: > Hello Mike, > > Thanks for your interest. > > A link is here...http://ramosus.massey.ac.nz/jQuery.htm > > Cheers/Bruce > Since the first slideshow was never explicitly stopped you actually have two

[jQuery] Re: jQuery Cycle question

2008-05-27 Thread malsup
> Hello Mike, > > Thanks for your interest. > > A link is here...http://ramosus.massey.ac.nz/jQuery.htm > > Cheers/Bruce > Since the first slideshow was never explicitly stopped you actually have two running slideshows, one of which is cycling elements that are no longer part of the DOM. But tha

[jQuery] Re: jQuery Cycle question

2008-05-27 Thread Bruce MacKay
Hello Mike, Thanks for your interest. A link is here... http://ramosus.massey.ac.nz/jQuery.htm Cheers/Bruce At 12:24 a.m. 28/05/2008, you wrote: > In its simplest form my problem is this. Suppose I have two > slideshows, A and B. Slideshow A runs properly. However, when I > replace slid