[stackoverflow] show larger image
3949292/jquery-append-html-show-hide-in-ie
HTML
<div id="img">
<button onclick="add();"> add</button>
</div>
JavaScript
$('#img').remove();
<div id="img">
<button onclick="add();"> add</button>
</div>
$('#img').remove();