jquery Programming Glossary: currentgallery
jquery move elements into a random order http://stackoverflow.com/questions/5329201/jquery-move-elements-into-a-random-order javascript which currently selects and displays the items in order var galleryLength '#tout4 img.img_lg' .length var currentGallery 0 setInterval cycleGallery 5000 function cycleGallery '#tout4 img.img_lg' .eq currentGallery .fadeOut 300 if currentGallery.. img.img_lg' .length var currentGallery 0 setInterval cycleGallery 5000 function cycleGallery '#tout4 img.img_lg' .eq currentGallery .fadeOut 300 if currentGallery galleryLength 1 currentGallery else currentGallery 0 '#tout4 img.img_lg' .eq currentGallery.. 0 setInterval cycleGallery 5000 function cycleGallery '#tout4 img.img_lg' .eq currentGallery .fadeOut 300 if currentGallery galleryLength 1 currentGallery else currentGallery 0 '#tout4 img.img_lg' .eq currentGallery .fadeIn 300 So how do I rearrange..
|