Using jQuery I would like to loop through an array of links and load the contents of each link into a DIV after a set interval. For example, if I have my parent page "parent.html" and an array of links - "test1.html, test2.html and test3.html" I would like to initially load test1.html into a div within parent.html and then after a set interval replace test1.html with test2.html and then test3.html repeating the process indefinitely.
I would really appreciate if someone could help me out. I have tried using .get() and also setTimeout() but just don't have the expertise and experience to put this all together. Any help would be very welcome.
Thank you.