On Dec 2, 5:20 pm, "Mauricio \(Maujor\) Samy Silva"
<css.mau...@gmail.com> wrote:
>  // normalize e.target
>  if (!e) var e = window.event;
>  var tg = (window.event) ? e.srcElement : e.target;

jQuery does this normalization for you.  You can just use e.target

(More info at http://docs.jquery.com/Events/jQuery.Event)

  -- Scott

Reply via email to