Javascript/jQuery

이미지 로드 에러시 대체 이미지 출력

풍풍 2011. 6. 30. 15:00
$("img").error(function(){ 
    $(this).attr("src","바꿀경로"); 
});