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

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


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 i've considered is to make a cycle of cycles.
Does anyone have an example of that?