/ Published in: jQuery
Expand |
Embed | Plain Text
$('img').error(function() { $(this).remove(); });
You need to login to post a comment.
jacinmontava on 03/04/10
1 person have marked this snippet as a favorite
$('img').error(function() { $(this).remove(); });
You need to login to post a comment.