Hi all. I'd like to know if there's a standard, easy way to determine with
element triggered an event. I'm pretty sure there is, but can't find it in
google. Maybe an atribute in the e parameter received by the function like:

$("p").bind(
 "click",
 function(e){
   console.log(e.TRIGGER); // This trigger attribute of the element e is
the one that started the action.
 }
);


So, is there an easy way?

Thanks.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to