error event with live

error event with live

hi,

i just wanted swap all broken images with a placeholder.
i thought about $("img").live("error" ... ) but it never seems to be triggered.
i could of course use $("img").bind("error" ...) and it works pretty well, but i would need to do some extra work if i wanted to apply it for every newly loaded image (via load() for example).

so... am i doing something wrong or error event isn't just supposed to work with live?
i'm using jquery 1.4.1.

--
regards,
ojo