<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
No comments:
Post a Comment