[jQuery] Re: event.currentTarget with table rows and IE7

2009-09-18 Thread Mr Speaker
Woah, I just noticed (2 minutes after my reply) this post: http://brandonaaron.net/blog/2009/05/12/jquery-edge-bind-with-a-different-this That says in 1.3.3 that currentTarget will be normalised cross-browser too. On Sep 19, 7:00 am, Philipp wrote: > Hi, > > I got a problem using the following

[jQuery] Re: event.currentTarget with table rows and IE7

2009-09-18 Thread Mr Speaker
The event you get from jQuery handlers is normalised. CurrentTarget is just "this" in the function. mouseover(event){ alert(this.id); } On Sep 19, 7:00 am, Philipp wrote: > Hi, > > I got a problem using the following code: > > $j = jQuery.noConflict(); > $j(document).ready(function(){ >