I have this little snippet.
<div contenteditable="true">
<img src="/img/logo.png">
</div>
I need to know when the image are removed, in the real world application its much much more inside the div.
One way I can complete this is by jQuery and look at the parent for the image. The parent disappers when its removed, but is that a good approch? Maybe it exist some event that is raised?
I have created this little example http://jsfiddle.net/V6sdA/