I need to apply this to images that are selected by jQuery selector for example $(\"img\"), should apply this to all images in page.
I guess you can do like this.
create an initial layout with the following:
Image that you are loading with visibility:hidden;
div with loading message.
jQuery's domready show the image and hide the div.
Is this okay?