jQuery Cycle running sequence of multiple rotators
问题 I am attempting to have 3 rotators on a page that run in a sequenced fashion but without synced transitions. I wrote the below code, thinking I could set an interval function to run every second, keep a count of the times it is accessed, and modulus the result by ten to get my action points. This however is not working as expected. #rotate2 starts as expected, then #rotate3, but then it goes back to #rotate2. Following things get really out of whack, slides disappear all together, etc. I also