All Questions
1 question
3
votes
1
answer
221
views
In what ways can I test an image slideshow javascript code?
I have a slideshow of images (and links) on a page. These images are part of a JSON response to a request sent after the page loads. The slideshow is set to play at an interval of 2 seconds. The ...