I have this html code:
FOO FOO2
$('.edit').live('click', function() { alert( this.id ); });
Sample http://jsfiddle.net/ck2Xk/