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
<div>
  <table/>
   <div/>
</div>
<div>
  <table/>
  <div/>
</div>
this renders as 4 slides when i set slideExpr.  Is this expected
behavior?
I think what i really need would a classExpr.


On Aug 14, 11:45 am, Mike Alsup <mal...@gmail.com> 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
> > there a way to change this option from:
> > slideExpr: 'a'
> > to:
> > slideExpr: 'b'
>
> Nope. But you could stop and then restart the slideshow with a diff
> slideExpr.

Reply via email to