$('#listTable tr').hover(hoverTd, hoverTd); function hoverTd() { $(this).find('td').each(function () { $(this).toggleClass("active"); }); };