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:
If you still want the element to take up the space, but being invisible, hide it with css. Give your image a class or id and hide it like:
$('#hide').css('visibility', 'hidden');