Renato, THat doesn't seem to work over here:
$("table tbody") .mouseover(function(e) { if(e.target).is("tr") $(e.target).addClass("over"); }) .mouseout(function(e) { if(e.target).is("tr") $(e.target).removeClass("over"); }); Firebug tells me: syntax error [Break on this error] if(e.target).is("tr") $ (e.target).addClass("over");\n $ is not defined [Break on this error] $(document).ready(function() On Nov 8, 8:58 pm, Renato Formato <[EMAIL PROTECTED]> wrote: > fambizzari ha scritto:> @Renato - Thanks for the example. But i didn't see it > and i still > > can't see it. > > Try > here:http://groups.google.com/group/jquery-en/browse_thread/thread/31d4cc5... > > Renato