prova cosi:
$('.miaclasse').bind({
'click' : function(){
alert($(this).attr("id"));
}
});