Lazy Loading images in a div container?
Hi,
My problem is very typical: Have a div with hundreds of images, and only want to load images that are currently visible, i.e. load images when user scrolls to them as opposed to preloading all of them.
There is a great jquery plugin at: http://www.appelsiini.net/projects/lazyload
But, it looks like it is outdated, does not work on some browsers and is not actively developed right now.
Can anyone recommend an alternative solution for this problem.
BTW, it would be awesome to add this functionality to jQuery UI slider widget...
Thanks,