jQuery slideshow with different delay times
问题 I have used Innerfade and Cycle, but I have several divs I need to fade in, pause and fade out, but I want to pause at different rates for different slides because some will have more content than others. I didn't see how I could accomplish this with Innerfade or Cycle. I tried this, but all of the events fire at once. <div id="slides"> <div id="slide1" style="display:none;">Content1</div> <div id="slide2" style="display:none;">Content2</div> <div id="slide3" style="display:none;">Content3<