Jquery image slideshow random display of images
I am using a slide show from the link : http://www.alohatechsupport.net/webdesignmaui/maui-web-site-design/easy_jquery_auto_image_rotator . I need the first image to be also a random one. I had given a same class for all the li like 'rand'.Then var curr=$('div.rotator ul li.rand'); var rc= Math.floor(Math.random() * curr.length); var current=$(curr[rc]); But i am stuck with what to do next..plz help!! You can randomize the order of your LI elements using this awesome JQuery shuffle plugin by James Padolsey. I have used it on a project recently and it worked very well for my needs. Plus, the