Do you know how to hide the classic “Image not found” or broken icon, but the alt still exist from a rendered HTML page when an image file is not found?
Like this,
<img id="testImg" src="#" alt="No Image"/>
:
change to: No Image (show the alt only)
Any working method using JavaScript/jQuery/CSS? Thank's