Trying to create a rotating 'testimonial' ticker with AJAX/JQuery
Posted
by Andrew Parisi
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Parisi
Published on 2010-06-02T13:48:43Z
Indexed on
2010/06/02
13:53 UTC
Read the original article
Hit count: 412
Hi all!
Title says it all. I have an XML file containing different testimonial quotes, including the name of the person they're quoted from.
I have a DIV on my page, and I want it to rotate randomly between these XML testimonials - LIVE (without refreshing).
If this can be done easily in JQuery, that would be even better. I'm just trying to get into AJAX/JQuery, so any guidance would be very much appreciated!
Thanks!
© Stack Overflow or respective owner