Trying to implement
multiple instances of the cycle plugin on one page and have the
next/prev configured as in this example:http://jquery.malsup.com/cycle/after.html Here is a link to the page I'm working on:
http://www.sisuhome.com/1200/index_for_malsup.html The same images are being used for the slides so don't let that throw you off. Question 1: How do i make it so 'prev' and 'next' hide/show only for the instance I am paging through? Right now the 'prev' and 'next from one instance seem to be affecting the hide/show in other instances.
Question 2: Is there a better way to consolidate my .js cycle options? Right now it feels repetitive. There must be a better way.
Thanks loads.