views:

43

answers:

1

Does anyone have any ideas about how I could go about randomising an list each time the page is refreshed?

A jQuery solution would be perfect as I'm already using it.

Any advice appreciated!

+3  A: 

You could take a look at this Shuffle plugin

$('ul').shuffle();
marcgg
absolutely perfect, thank-you!
Cordial
@cordial you're welcome. if it works out fine for you don't forget to accept the answer (checkmark near the score). And welcome on SO!
marcgg