I am trying to get both lists to shuffle their order then cycle when the button is clicked.
http://brightboxstudios.com/test/
I am very new to jquery and javascript, so I appreciate details :)
Thanks very much for your time!!
I am trying to get both lists to shuffle their order then cycle when the button is clicked.
http://brightboxstudios.com/test/
I am very new to jquery and javascript, so I appreciate details :)
Thanks very much for your time!!
Instead of trying to shuffle the list yourself have you tried using Cycle's random property?
$('.shuffle').cycle({ fx: 'scrollDown', speed: 300, next: '#shuffle', timeout: 0, random: 1 //Default is 0 set to 1 to randomize });