Javascript: multiple image onerror handlers
Looking for ways to set multiple fallbacks for image loading in case the original image source threw an exception. Given an image tag such as <img id="art"> the following JS code sets a fallback image src to album.jpg when the…