fambizzari ha scritto:
Ok... here we go... I got it to work with this...

        $("table tbody")
        .mouseover(function(e)
        {
                $(e.target).parents('tr').addClass('over');
        })
        .mouseout(function(e)
        {
                $(e.target).parents('tr').removeClass('over');
        });

Thanks.



Sorry for the bugged example (i did not tested it)
I'm happy it helped.

Ciao
Renato

Reply via email to