Html & Script

jquery 이미지 엑박 또는 없을때 대체 이미지 처리

페이지 정보

본문

<script>

$(document).ready(function() {

    $('img').on("error", function () {

        $(this).attr("src", "img/noimg.png");

    });

});

</script>

관련자료

등록된 댓글이 없습니다.
Today's proverb
가출이란 집 현관문을 열고 나가는 것이 아니라 부모님 마음을 찢고 나가는 것이다.