var img = $("").attr('src', 'http://somedomain.com/image.jpg') .load(function() { if (!this.complete || typeof this.naturalWidth == "undefined" || this.naturalWidth == 0) { alert('broken image!'); } else { $("#something").append(img); } });
'프로그래밍 > jQuery' 카테고리의 다른 글
셀렉트 박스 초기화 시키기 (0) | 2016.10.19 |
---|