Listen an image loaded event
-
I would like to perform an action just after my background image is loaded and visible but I can’t find a proper way to accomplish this.
In my mind, I would like to do something like:
$(myatu_bgm).on(‘load’, function(){
//hello
});Thank you for your help.
- The topic ‘Listen an image loaded event’ is closed to new replies.