jquery simple image slider w/ajax
I have a page with lots of images on it, and only want to load extra images on demand. IE if the user clicks on it or mouses over, whatever. Most if not all of the sliders i've seen use the hidden attribute with all the elements getting loaded at once, which would cause undue burden in my case. I liked: http://nivo.dev7studios.com/ but it has no such feature. Anyone know of an ajax slider preferably using jquery? Thanks I think you can do that with jcarousel: http://sorgalla.com/jcarousel/ The trick is to pass the images one by one in javascript, not in html, if not, there are always loaded