like everyone else you can always show a loading sign before the image is completely loaded on the page. here is a fiddle containing the demo.
you can use a different image in background before loading using .css('background-image','url('+ url_link_var +')');
This is done and shown in Fiddle.