will normally, this will work..
$("img").error(function(){$(this).hide();});
but it doesnt work when putting a live on it
$("img").live("error",function(){$(this).hide();});
the problem is that, for those image which are ajax generated, i cannot hide the broken image.