So I got this code:

$(document).click(function(e){
   var target = $(e.target);

})

How do I find out what HTML object (A, SPAN, DIV...) the target var
is?

Thanks.

Reply via email to