I realize that the plugin is called CYCLE because it cycles throgh the element of the list. But what I like most about it is its flexibility, so I was wondering if there is any way to make the plugin not cycle. So if you try to go to the previous slide when on the first one, or to the next slide when on the last one, it just stops.
I’ve been reading through the options and the code but cant find the solution
http://jquery.malsup.com/cycle/options.html
Check out the
nowrapproperty. (See http://jquery.malsup.com/cycle/nowrap2.html) Set it tonowrap: 1and your show will stop after each slide has been played1time. This is clearly the option you’d need.