I currently have this code that randomly sorts list items:
var $ul = $(\'#some-ul-id\'); $(\'li\', $ul).sort(function(){ return ( Math.round( Math.random(
I also stuck to such questions I search on google and come across one code. I modify this code for my uses. I also include the shuffle the list after 15 seconds.
Hope this solution helps....Have a great working time ..