http://mootools.net/forge/p/lazyload I suspect would have code that achieves
this.
Michal.
On 13 May 2010, at 17:18, brook wrote:
> this probably seems like a silly question. but i promise it would be
> useful to me...
>
> is it possible to stop an image from loading? in other words if in my
> dom i have
>
> <img id="dumb" src="imagename.jpg">
>
> i want to do something like
>
> document.id('dumb').stopLoading()
>
> and later on if it turns out i need to
>
> document.id('dumb').load()
>
> ideas?
> thanks,
> brook