[jQuery] Re: Cycle Plugin - Changing the options of the cycle

2009-08-14 Thread Z-Ender
t for .click event of my cycle selection. On Aug 14, 9:24 am, Z-Ender wrote: > I define a cycle in document.ready as per usual.  In my cycle I have > different sets of images that i want to cycle through and only want > certain ones to cycle as selected using the slideExpr option.  Is &

[jQuery] Re: Cycle Plugin - Changing the options of the cycle

2009-08-14 Thread Z-Ender
Also maybe I don't understand what slideExpr does but I thought it didn't look at child elements. I've set it to slideExpr: "div" and i have nested div tags. ex this renders as 4 slides when i set slideExpr. Is this expected behavior? I think what i really need would a classExpr.

[jQuery] Re: Cycle Plugin - Changing the options of the cycle

2009-08-14 Thread Z-Ender
Thanks for the response. >But you could stop and then restart the slideshow with a diff >slideExpr. I'm not sure if I understand how to do that. Am I recreating the cycle to set the new slideExpr like this? $("#chg").click(function(){ $('#show).cycle('stop'); $('#show).cycle({ fx: 'scrollHorz'

[jQuery] Cycle Plugin - Changing the options of the cycle

2009-08-14 Thread Z-Ender
I define a cycle in document.ready as per usual. In my cycle I have different sets of images that i want to cycle through and only want certain ones to cycle as selected using the slideExpr option. Is there a way to change this option from: slideExpr: 'a' to: slideExpr: 'b' another alternative

[jQuery] Firefox 3 (Win) bug in slide animation

2009-03-31 Thread ender
tion issue. I also tried using slideUp/ slideDown/slideToggle functions but every method of sliding displays the same way. Thanks, -ender