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?