Remove image if image not exists in javascript jQuery by Unknown on 06:44 To Remove image if image not exists or "src" is not correct $(function(){ $("img").on("error",function(){ $(this).remove(); })}) Tweet Share Share Share Share
0 comments: