$(img").each( function() { $(this).bind('load', function () { alert('bind'); }); if (this.complete){ alert('trig'); $(this).trigger('load'); } });