HTML:
<img src='https://www.google.com/images/srpr/logo3w.png'>
JQUERY:
$('img').attr('src',''); // Clear the src $('img').removeAttr('src'); // Remove the src
图片保留…
小提琴:http://jsfiddle.net/6x9NZ/