[jQuery] Event delegation and hover(over, out)

[jQuery] Event delegation and hover(over, out)


Hi,
I'm appending elements to a list and want to attach a hover-event
(show or hide image) to links inside of that list-element. The HTML
ist:
<ul class="removable">
        <li><a href="#">1<img style="display: none;" src="icon_remove.gif" /