I\'m trying to remove the loaded image from a element, but clearing or removing the src doesn\'t do it. What to do?
HTML:
You can do this. First assign the image an ID
And then remove the source attribute.
jQuery('#image_id').removeAttr('src') jQuery('#image_id').show();