Actually, it looks like jCarousel might do what I want...
On Mar 1, 9:53 pm, mkmanning <michaell...@gmail.com> wrote: > @Nic, can you explain what you're trying to acheive? If you know the > images' urls, then you can just cycle through them and update an img > tag's src attribute for a slideshow. > > On Mar 1, 8:57 pm, Ami <aminad...@gmail.com> wrote: > > > There is no way to load images in AJAX. AJAX is only for text (Like JS/ > > CSS/JSON/XML,...) > > You can use AJAX to load the image source, and put it in <img src=>, > > or <div style=background-image:url(> > > > On Mar 2, 5:53 am, Nic Hubbard <nnhubb...@gmail.com> wrote: > > > > I have been searching for a jQuery slideshow plugin that can load in > > > images using ajax. But I am having a really hard time finding one. > > > > Does anyone have any recommendations for one?