<img class="app-small-icon" src="잘못된 주소" onerror="setEmptySmallIcon(this);">
<style type="text/css">
.app-small-icon {
width: 40px;
height: 40px;
}
.empty-small-icon {
border: solid 1px #000;
width: 40px;
height: 40px;
}
</style>
<script type="text/javascript">
function setEmptySmallIcon(img) {
img.src='data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7';
$(img).addClass('empty-small-icon');
}
</script>
'가지가지' 카테고리의 다른 글
[centos] sudo 권한 부여. centos 7 (0) | 2019.08.21 |
---|---|
[centos] yum 특정 버전 설치 (0) | 2019.07.26 |
[streaming] 동영상 스트리밍 (nginx-rtmp-module, on windows) (0) | 2019.03.25 |
[DroidCam] 안드로이드폰을 웹캠으로 사용 (+ OBS) (0) | 2019.03.25 |
c# .net realproxy (aop) 예제 (0) | 2018.11.25 |
[인증서] http 인증서 localhost용 (0) | 2018.10.28 |
webpack 에 jquery가 두가지 버전이 들어갈때 문제 (0) | 2018.09.19 |
chrome 특정 element 캡쳐 뜨기 (0) | 2018.06.29 |