$("img").error(function(){ 
    $(this).attr("src","바꿀경로"); 
});


+ Recent posts