Here's a simple example of using an event delegate.

The #actionarea box looks for click events on img.remove items inside it.

This way items can be added dynamically to #actionarea without having to bind a click handler to each new item.

Neat!