Thank you Scott MaurĂcio -----Mensagem Original----- De: Scott Sauyet Para: jQuery (English) Enviada em: quarta-feira, 2 de dezembro de 2009 20:28 Assunto: [jQuery] Re: Ignoring click events in cells
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