[jQuery] Image.complete

[jQuery] Image.complete

Hi,
if i load an image i.e:
im = new Image()
im.src='new_img.jpg'
and i ask
if(im.complete )...
is this an event that i can us with bind?
i simply want to dynamically load images
i have a linklist at the left side of the page and "onclick" it should
update
the src attribute of an <img> Tag in the center of the page. But only if
it is loaded.
what is the best practice for that?
Its like imagebox in the interface plugin.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/