How to get current element when right click mouse? thanks

How to get current element when right click mouse? thanks

I bind a context menu like below, I am wonderring how to get the element where the user right click on?

$(doucment).bind('contectmenu',function(e){....

thanks