Hi! I wanted to create a randomizer for some list items that I have on one page and on searching I found this page with some great advice:
http://forum.jquery.com/topic/how-to-shuffle-list-items-in-an-array-on-refresh. So I got an unordered list to display random info on page refresh.
The thing is that I'm not very good with jQuery and I would like to have two distinct lists randomize on page refresh and if I just copy and rename all the vars from the working list, my entire page just dies. I'm guessing it's because of multiple jQuery loops (while appears twice now).
Does anyone have any ideas?
Thanks!