>
> The viewable plugin allows you to know when an element is in view and what
> percentage of the element is viewable. Actually I wrote the viewable plugin
> a while back ... finally getting around to checking it in. :)
http://brandonaaron.net/jquery/plugins/viewable/>
Hi Brandon,
I like the viewable idea a lot and was thinking of using something
similar to get images loaded only when their are viewable (or almost
visible/viewable) ...
So for example when you have a long list of images, the ones below
should only be loaded when they become visible.
I think there was a Lazy load plugin and YUI had something like this -
but was not best.
So maybe the viewable plugin can be used for such thing - only then I
don't really need % visible - but maybe how close it is to be visible?
So for example if it is like 200px below the view - I better start
loading it!
Greetings,
George Petrov