hi,

I would like to do something like this ...

$('[EMAIL PROTECTED]').click(function(e){
    alert(e.target.html());
});

but it's not working ...

can I avoid this ... $('[EMAIL PROTECTED]'+e.target.id+']').html()

Thanks
james

Reply via email to