Yes, I know the src URLs.

Basically I want the functionality of the jQuery cycle plugin, but
when you click the next button, it will load the next image src in
through ajax, or a js array.  The reason for this is, with the normal
slideshows and cycle plugins they load up all the images at the same
time.  I have a site that uses high quality images, and I wanted to
avoid long initial load times for those pages.

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?

Reply via email to