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/



Reply via email to