so i just found and took a look at david walsh´s lazy loader and he has neat trick of replacing the image source with some dummy.gif and then when needed replacing it the original source.
i guess that should have been easy to figure out. oh well.b On May 13, 12:18 pm, brook <[email protected]> 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
