Hello,
my question is how I can change the selector so that it wil exclude the second column off the hover event
I did try some other variations like nth-child, but no luck yet. Could there be something wrong with the syntax maybe??
$('.row_class td:not(:eq(1))').hover(
thanks, Richard