The append is done immediately, but you have to wait for the load event of the image before you can get the correct height.
by(e) Stephan 2009/2/2 lhwpa...@googlemail.com <lhwpa...@googlemail.com>: > > is there any way to get a callback when append is ready? > > i have the following problem. i add some images with .append() after > this i have to get the .height() of these images. > when i now execute .append() it takes a while to load the images so > the .height() function can not find the images. > >