To fix broken images in Javascript you can use the following snippet.
Sample Javascript
$('image').error(function(){ $(this).attr('src', ‘image/no_image.png’); });
To fix broken images in Javascript you can use the following snippet.
$('image').error(function(){ $(this).attr('src', ‘image/no_image.png’); });