Just FYI, in IE7 none of the images ever loaded, no matter how far I scrolled down. It wasn't until I clicked on each image that they loaded correctly.
-----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Tuupola Sent: Wednesday, September 05, 2007 4:42 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: New plugin - Lazy Load On Sep 3, 2007, at 3:06 PM, Dan Atkinson wrote: > Great work! This would be useful for any number of sites, including a > couple that I'm working on right now. I'd like to adapt it so that a > loading animation is in the placeholder until the image is requested, > instead of the box that is currently there. http://www.appelsiini.net/projects/lazyload You can define a placeholder image now. For example: $("img").lazyload({ placeholder : "img/grey.gif" }); -- Mika Tuupola http://www.appelsiini.net/