suoiduts
Technical User
- Mar 17, 2008
- 2
I have a site that currently uses JavaScript to randomly display a quote from an array of quotes each time the page is loaded. However, since this often results in the same quote being displayed several times in a row, I have decided that I would rather just cycle through the quotes in the array sequentially rather than randomly. Unfortunately, I don't know how to do this and I can't seem to find any sample code that will point me in the right direction. Any suggestions?