Return to Snippet

Revision: 29539
at July 31, 2010 07:13 by trepmal


Initial Code
<script type="text/javascript">
$(function() { $('#slides').cycle({
    timeout: 6000,
    speed:  2500,
    delay: -2000,
    autostop: 1,
    end: function() {
        $('#replay').click(function () {
                $('#slides').cycle({
                            timeout: 6000,
                            speed:  2500,
                            delay: -2000,
                            autostop: 1
                });//end #slides
        });//end #replay
        }//end end

}); });
</script>

Initial URL


Initial Description
There's got to be a better way?

Initial Title
jQuery Cycle replay

Initial Tags
plugin

Initial Language
jQuery