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
&
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.
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'
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
4 matches
Mail list logo