Hi,
if I have :
$('.someClass', $('#context1,#context1')).bind('click',
function(e){
// XXX
}
);
how can I know in point XXX , which context (context1 or context2) is the one that the .someClass element was clicked ?
Thanks, greetings